We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048df64 commit 2ccb726Copy full SHA for 2ccb726
tests/suites/push/import.yml
@@ -149,6 +149,6 @@ testcases:
149
EOF
150
- script: lino pull source --table customer --filter customer_id=1 | lino push update dest --table customer -vdebug
151
assertions:
152
- - result.systemerr ShouldContainSubstring "UPDATE \"customer\" SET first_name=$1 WHERE customer_id=$2"
+ - result.systemerr ShouldContainSubstring 'UPDATE "customer" SET first_name=$1 WHERE customer_id=$2'
153
- result.code ShouldEqual 0
154
- result.systemout ShouldBeEmpty
0 commit comments