Skip to content

Commit 2ae2928

Browse files
authored
Update conftest.py (#34906)
1 parent a9b8513 commit 2ae2928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/purview/azure-purview-scanning/tests/conftest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141

4242
@pytest.fixture(scope="session", autouse=True)
4343
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")
4848
add_general_regex_sanitizer(regex=subscription_id, value="00000000-0000-0000-0000-000000000000")
4949
add_general_regex_sanitizer(regex=tenant_id, value="00000000-0000-0000-0000-000000000000")
5050
add_general_regex_sanitizer(regex=client_id, value="00000000-0000-0000-0000-000000000000")

0 commit comments

Comments
 (0)