Skip to content

Commit 109ec4f

Browse files
Fix test naming conflict in neon extension
- Rename test method from 'test_neon' to 'test_neon_organization_lifecycle' - Resolves duplicate test name error where both module and method had same identifier - Ensures test_index.py runs successfully without naming conflicts
1 parent 2b72f98 commit 109ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neon/azext_neon/tests/latest/test_neon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class NeonScenario(ScenarioTest):
1414
@AllowLargeResponse(size_kb=10240)
1515
@ResourceGroupPreparer(name_prefix='cli_test_neon', location="centraluseuap")
16-
def test_neon(self, resource_group):
16+
def test_neon_organization_lifecycle(self, resource_group):
1717
# Test Tags: Organization CRUD, Marketplace Integration, SSO Configuration
1818
tags_key = 'key'
1919
tags_val = 'value'

0 commit comments

Comments
 (0)