Skip to content

Commit

Permalink
Remove only (Azure#13538)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfoster authored Feb 2, 2021
1 parent d476db9 commit e8f026b
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 @@ -53,7 +53,7 @@ describe("NodeJS CRUD Tests", function() {
it("throws on a bad endpoint", function() {
assert.throws(() => new CosmosClient({ endpoint: "asda=asda;asada;" }));
});
it.only("fails to read databases with bad AAD authentication", async function() {
it("fails to read databases with bad AAD authentication", async function() {
try {
const credentials = new UsernamePasswordCredential(
"fake-tenant-id",
Expand Down

0 comments on commit e8f026b

Please sign in to comment.