Skip to content

Commit 96f0fd2

Browse files
[ASYNC] update test after #2267
1 parent dbb74e0 commit 96f0fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/aio/test_auth_workload_identity_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ async def test_explicit_azure_uses_default_entra_resource_if_unspecified(
316316
token = fake_azure_metadata_service.token
317317
parsed = jwt.decode(token, options={"verify_signature": False})
318318
assert (
319-
parsed["aud"] == "NOT REAL - WILL BREAK"
319+
parsed["aud"] == "api://fd3f753b-eed3-462c-b6a7-a4b5bb650aad"
320320
) # the default entra resource defined in wif_util.py.
321321

322322

0 commit comments

Comments
 (0)