We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d476db9 commit e8f026bCopy full SHA for e8f026b
sdk/cosmosdb/cosmos/test/public/functional/client.spec.ts
@@ -53,7 +53,7 @@ describe("NodeJS CRUD Tests", function() {
53
it("throws on a bad endpoint", function() {
54
assert.throws(() => new CosmosClient({ endpoint: "asda=asda;asada;" }));
55
});
56
- it.only("fails to read databases with bad AAD authentication", async function() {
+ it("fails to read databases with bad AAD authentication", async function() {
57
try {
58
const credentials = new UsernamePasswordCredential(
59
"fake-tenant-id",
0 commit comments