Skip to content

Commit df6b2fa

Browse files
author
Srinivas Alluri
committed
mask the test subscription in scenario tests
1 parent c87beec commit df6b2fa

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
@@ -21,7 +21,7 @@ def test_neon(self, resource_group):
2121
self.kwargs.update({
2222
'name': 'Neon-Cli-Scenario-Tests',
2323
'location': 'centraluseuap',
24-
'subscription': '68a546de-5736-48e8-a69a-5cc636794112',
24+
'subscription': '00000000-0000-0000-0000-000000000000',
2525
'marketplace_subscription_id': 'b6ca5a0a-c4be-454f-cc46-a400799b9d49',
2626
'publisher_id': 'neon1722366567200',
2727
'offer_id': 'neon_serverless_postgres_azure_prod',

0 commit comments

Comments
 (0)