We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21381fe commit c38777aCopy full SHA for c38777a
tests/integration/api/v1/status/get.test.js
@@ -15,7 +15,7 @@ test("GET to /api/v1/status should return 200", async () => {
15
expect(responseBody.updated_at).toEqual(parsedUpdatedAt);
16
17
expect(responseBody.postgress_version).toBeDefined();
18
- expect(responseBody.postgress_version).toMatch(/PostgreSQLite/);
+ expect(responseBody.postgress_version).toMatch(/PostgreSQL/);
19
expect(typeof responseBody.postgress_version).toBe('string');
20
21
expect(responseBody.max_connections).toBeDefined();
0 commit comments