1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00

Updating test.

This commit is contained in:
mike12345567 2024-06-10 19:02:30 +01:00
parent 3a95aa6aeb
commit d4d3537f41

View file

@ -27,6 +27,7 @@ describe("/api/system/status", () => {
health: {
passing: true,
},
version: expect.any(String),
})
expect(accounts.getStatus).toHaveBeenCalledTimes(0)
config.cloudHosted()