Skip to content

Commit

Permalink
Removing incompatible type annotation from test_azure_auth_core
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Sep 18, 2024
1 parent e9135d2 commit d92c519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth/test_azure_auth_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_check_cli_credentials(get_cli_profile, test, expected):
_CLI_ID = "d8d9d2f2-5d2d-4d7e-9c5c-5d6d9d1d8d9d"
_TENANT_ID = "f8d9d2f2-5d2d-4d7e-9c5c-5d6d9d1d8d9e"

_TEST_ENV_VARS: tuple[tuple[dict[str, str], bool]] = (
_TEST_ENV_VARS = (
(
{
"AZURE_CLIENT_ID": _CLI_ID,
Expand Down

0 comments on commit d92c519

Please sign in to comment.