Skip to content

Commit

Permalink
reverte para realizar merge
Browse files Browse the repository at this point in the history
  • Loading branch information
liviomendonca authored Sep 23, 2024
1 parent 1cbc4f9 commit 5701f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/api/v1/status/get.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test("GET to /api/v1/status should return db info", async () => {
const responseBody = await response.json();

expect(responseBody.dependencies.database.version).toBeDefined();
expect(responseBody.dependencies.database.version).toEqual("17.0");
expect(responseBody.dependencies.database.version).toEqual("16.0");

expect(responseBody.dependencies.database.max_connections).toBeDefined();
expect(responseBody.dependencies.database.max_connections).toEqual(100);
Expand Down

0 comments on commit 5701f65

Please sign in to comment.