Skip to content

Commit 3816371

Browse files
laurenceislasteve-chavez
authored andcommitted
chore: update docker-compose to postgrest v11.2.2
1 parent 858e23e commit 3816371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/db/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '3'
44
services:
55
rest:
6-
image: postgrest/postgrest:v11.0.0
6+
image: postgrest/postgrest:v11.2.2
77
ports:
88
- '3000:3000'
99
environment:

test/transforms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ test('maybeSingle', async () => {
200200
"data": null,
201201
"error": Object {
202202
"code": "PGRST116",
203-
"details": "Results contain 2 rows, application/vnd.pgrst.object+json requires 1 row",
203+
"details": "The result contains 2 rows",
204204
"hint": null,
205205
"message": "JSON object requested, multiple (or no) rows returned",
206206
},

0 commit comments

Comments
 (0)