Skip to content

Commit e8f026b

Browse files
authored
Remove only (Azure#13538)
1 parent d476db9 commit e8f026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cosmosdb/cosmos/test/public/functional/client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("NodeJS CRUD Tests", function() {
5353
it("throws on a bad endpoint", function() {
5454
assert.throws(() => new CosmosClient({ endpoint: "asda=asda;asada;" }));
5555
});
56-
it.only("fails to read databases with bad AAD authentication", async function() {
56+
it("fails to read databases with bad AAD authentication", async function() {
5757
try {
5858
const credentials = new UsernamePasswordCredential(
5959
"fake-tenant-id",

0 commit comments

Comments
 (0)