mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
More bugfixes
This commit is contained in:
parent
a6bec1efa7
commit
0c720956a1
8 changed files with 147 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue