Remove "only"
This commit is contained in:
parent
e04db2c49c
commit
fe485060ff
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue