Skip to content

Commit

Permalink
Fix @azure/identity upgrade breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
amanrao23 committed Feb 19, 2024
1 parent acd9e37 commit 8b9056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/test/public/functional/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("Client Tests", function (this: Suite) {
});
await client.databases.readAll().fetchAll();
} catch (e: any) {
assert.equal(e.name, "CredentialUnavailableError");
assert.equal(e.name, "AuthenticationRequiredError");
}
});
});
Expand Down

0 comments on commit 8b9056c

Please sign in to comment.