Skip to content

Commit d42c572

Browse files
[ASYNC] update test after #2267
1 parent 5f04572 commit d42c572

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
@@ -306,7 +306,7 @@ async def test_explicit_azure_uses_default_entra_resource_if_unspecified(
306306
token = fake_azure_metadata_service.token
307307
parsed = jwt.decode(token, options={"verify_signature": False})
308308
assert (
309-
parsed["aud"] == "NOT REAL - WILL BREAK"
309+
parsed["aud"] == "api://fd3f753b-eed3-462c-b6a7-a4b5bb650aad"
310310
) # the default entra resource defined in wif_util.py.
311311

312312

0 commit comments

Comments
 (0)