Skip to content

Commit

Permalink
remove mocha only
Browse files Browse the repository at this point in the history
  • Loading branch information
danacotoran committed Jul 24, 2024
1 parent 8bccc38 commit 6f468c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { checkFailedCSRFValidationBehaviour } from "../../../../test/utils/behav
import { CLIENT_SESSION_ID, SESSION_ID } from "../../../../test/utils/builders";
import * as mfaModule from "../../../utils/mfa";

describe.only("Integration:: change authenticator app", () => {
describe("Integration:: change authenticator app", () => {
let token: string | string[];
// eslint-disable-next-line @typescript-eslint/no-unused-vars
let cookies: string;
Expand Down

0 comments on commit 6f468c4

Please sign in to comment.