More bugfixes

This commit is contained in:
Jesse Wierzbinski 2024-04-07 03:03:33 -10:00
parent a6bec1efa7
commit 0c720956a1
No known key found for this signature in database
8 changed files with 147 additions and 155 deletions

View file

@ -120,7 +120,7 @@ describe("POST /oauth/token/", () => {
access_token: expect.any(String),
token_type: "Bearer",
scope: "read write",
created_at: expect.any(String),
created_at: expect.any(Number),
});
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access