Skip to content

Commit

Permalink
Tidy open-redirect.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 8, 2024
1 parent fe3c2d9 commit f759e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/tests/fuzz/open-redirect/open-redirect.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { expect, test } from '../../utils/test-utils.js';

import { readFileSync } from 'fs';

test('prepare open redirect fuzz tests', async ({ logedPage }) => {
import { expect, test } from '../../utils/test-utils.js';

test('open redirect fuzz testing', async ({ logedPage }) => {
test.slow();

await test.step('fuzz open redirect', async () => {
Expand Down

0 comments on commit f759e31

Please sign in to comment.