Skip to content

Commit 91be499

Browse files
EthM370devksingh4
authored andcommitted
Minor fix
1 parent a9e45aa commit 91be499

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/linkry.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ test("Happy path: Create/Edit linkry redirect success", async () => {
156156

157157
const response = await supertest(app.server)
158158
.post("/api/v1/linkry/redir")
159-
.set("Authorization", `Bearer ${adminJwt}`)
160159
.set("Authorization", `Bearer ${userJwt}`)
161160
.send(payload);
162161

0 commit comments

Comments
 (0)