Skip to content

Commit c38777a

Browse files
committed
remove positive test error
1 parent 21381fe commit c38777a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api/v1/status/get.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test("GET to /api/v1/status should return 200", async () => {
1515
expect(responseBody.updated_at).toEqual(parsedUpdatedAt);
1616

1717
expect(responseBody.postgress_version).toBeDefined();
18-
expect(responseBody.postgress_version).toMatch(/PostgreSQLite/);
18+
expect(responseBody.postgress_version).toMatch(/PostgreSQL/);
1919
expect(typeof responseBody.postgress_version).toBe('string');
2020

2121
expect(responseBody.max_connections).toBeDefined();

0 commit comments

Comments
 (0)