Fixing view test case.

This commit is contained in:
mike12345567 2021-09-30 12:55:21 +01:00
parent e1707111b2
commit 976fca6dde
1 changed files with 2 additions and 2 deletions

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", () => {
})
})
})
})
})