Skip to content

Commit

Permalink
test: remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 31, 2020
1 parent 0758d61 commit 4ab1a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/authentication-test.js
Expand Up @@ -151,7 +151,7 @@ describe("authentication", () => {
});
});

it.only("app auth strategy", async () => {
it("app auth strategy", async () => {
const APP_ID = 1;
const PRIVATE_KEY = `-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEA1c7+9z5Pad7OejecsQ0bu3aozN3tihPmljnnudb9G3HECdnH
Expand Down

0 comments on commit 4ab1a08

Please sign in to comment.