Skip to content

Commit

Permalink
fix: spelling lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Feb 8, 2024
1 parent 98fc290 commit 4d5f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/test/unit/services/kratos/identity.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getNextPageToken } from "@/services/kratos"

describe("decoding link header", () => {
const token = "h9LfEKUiFoLH2R0A"
const token = "h9LfEKUiDoLH2R0A"
const withNext = `</admin/clients?page_size=5&page_token=euKoY1BqY3J8GVax>; rel="first",</admin/clients?page_size=5&page_token=${token}>; rel="next"`

const withoutNext =
Expand Down

0 comments on commit 4d5f6e8

Please sign in to comment.