Skip to content

Commit

Permalink
Merge pull request #138 from SalesforceCommerceCloud/tobiaslohr-fix-c…
Browse files Browse the repository at this point in the history
…li-testing

Fix invalid JSON
  • Loading branch information
tobiaslohr authored Apr 7, 2020
2 parents c7bd2b3 + 841c02a commit acbce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ else
fi

echo "Testing command ´sfcc-ci instance:export´ with --sync and --failfast flag (expected to fail):"
node ./cli.js instance:export --instance $ARG_HOST --data '{"global_data":{"meta_data":true},"does_not_exis":true}}' --file test_export_sync.zip --sync --failfast
node ./cli.js instance:export --instance $ARG_HOST --data '{"global_data":{"meta_data":true},"does_not_exis":true}' --file test_export_sync.zip --sync --failfast
if [ $? -eq 1 ]; then
echo -e "\t> OK"
else
Expand Down

0 comments on commit acbce5f

Please sign in to comment.