Remove "only"

This commit is contained in:
Michael Jackson 2018-09-01 11:29:32 -07:00
parent e04db2c49c
commit fe485060ff
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ describe("The /api/auth endpoint", () => {
});
describe("in the Authorization header", () => {
it.only("echoes back the auth payload", done => {
it("echoes back the auth payload", done => {
const scopes = { some: { scope: true } };
withAuthHeader(scopes, header => {