mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Fixes for wrong follows
This commit is contained in:
parent
6c60191ab2
commit
8bda61e099
3 changed files with 7 additions and 3 deletions
|
|
@ -666,7 +666,7 @@ describe("API Tests", () => {
|
|||
const account = (await response.json()) as APIAccount;
|
||||
|
||||
expect(account.id).toBeDefined();
|
||||
expect(account.avatar).toBe("");
|
||||
expect(account.avatar).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue