1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

Fixing view test case.

This commit is contained in:
mike12345567 2021-09-30 12:55:21 +01:00
parent e1707111b2
commit 976fca6dde

View file

@ -317,7 +317,7 @@ describe("/rows", () => {
await request
.get(`/api/views/derp`)
.set(config.defaultHeaders())
.expect(400)
.expect(404)
})
it("should be able to run on a view", async () => {
@ -394,4 +394,4 @@ describe("/rows", () => {
})
})
})
})
})