Skip to content

Commit

Permalink
drop .only
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Sep 26, 2024
1 parent 23446b8 commit 3f95eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/actions/callback.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("assert GET callback action", () => {
)
})

describe.only("Redirect Proxy", () => {
describe("Redirect Proxy", () => {
it("should throw Configuration error if missing query state and isOnRedirectProxy is true", async () => {
const { response } = await makeAuthRequest({
action: "callback",
Expand Down

0 comments on commit 3f95eef

Please sign in to comment.