File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdk/purview/azure-purview-scanning/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
42
42
@pytest .fixture (scope = "session" , autouse = True )
43
43
def add_sanitizers (test_proxy ):
44
- subscription_id = os .environ .get ("PURVIEWCATALOG_SUBSCRIPTION_ID " , "00000000-0000-0000-0000-000000000000" )
45
- tenant_id = os .environ .get ("PURVIEWCATALOG_TENANT_ID " , "00000000-0000-0000-0000-000000000000" )
46
- client_id = os .environ .get ("PURVIEWCATALOG_CLIENT_ID " , "00000000-0000-0000-0000-000000000000" )
47
- client_secret = os .environ .get ("PURVIEWCATALOG_CLIENT_SECRET " , "00000000-0000-0000-0000-000000000000" )
44
+ subscription_id = os .environ .get ("PURVIEWSCANNING_SUBSCRIPTION_ID " , "00000000-0000-0000-0000-000000000000" )
45
+ tenant_id = os .environ .get ("PURVIEWSCANNING_TENANT_ID " , "00000000-0000-0000-0000-000000000000" )
46
+ client_id = os .environ .get ("PURVIEWSCANNING_CLIENT_ID " , "00000000-0000-0000-0000-000000000000" )
47
+ client_secret = os .environ .get ("PURVIEWSCANNING_CLIENT_SECRET " , "00000000-0000-0000-0000-000000000000" )
48
48
add_general_regex_sanitizer (regex = subscription_id , value = "00000000-0000-0000-0000-000000000000" )
49
49
add_general_regex_sanitizer (regex = tenant_id , value = "00000000-0000-0000-0000-000000000000" )
50
50
add_general_regex_sanitizer (regex = client_id , value = "00000000-0000-0000-0000-000000000000" )
You can’t perform that action at this time.
0 commit comments