test: Make unicode insert test work in parallel mode

Changing the PK here will avoid duplicate conflicts with another test.

References #1799
This commit is contained in:
Wolfgang Walther
2024-05-09 18:05:44 +02:00
parent 577a7c7598
commit 01a56db7d8
+2 -2
View File
@@ -597,9 +597,9 @@ spec actualPgVersion = do
it "succeeds and returns full representation" $
request methodPost "/simple_pk2?select=extra,k"
[("Prefer", "return=representation")]
[json| { "k":"", "extra":"" } |]
[json| { "k":"", "extra":"" } |]
`shouldRespondWith`
[json|[ { "k":"", "extra":"" } ]|]
[json|[ { "k":"", "extra":"" } ]|]
{ matchStatus = 201 }
it "succeeds and returns usable location header" $ do