Update index.test.ts
This commit is contained in:
parent
8e32453424
commit
fdf913e0f1
@ -183,6 +183,8 @@ const TEST_URL = "http://127.0.0.1:3002";
|
||||
expect(response.statusCode).toBe(401);
|
||||
});
|
||||
|
||||
|
||||
|
||||
it("should return a successful response with a valid API key", async () => {
|
||||
const response = await request(TEST_URL)
|
||||
.post("/v0/search")
|
||||
|
Loading…
Reference in New Issue
Block a user