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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user