Skip to content

Commit 820084d

Browse files
committed
strict jq errors on Travis... missing jq filters added
1 parent d49d991 commit 820084d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/http-integration-tests.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if [ "$version_create_name" != "$VERSION_NAME" ]; then
9797
exit 1
9898
fi
9999
echo "New version successfully created"
100-
echo $version_create | jq
100+
echo $version_create | jq '.'
101101

102102
# 4. Fetch migrator versions - will now contain version created above
103103

@@ -155,7 +155,7 @@ if [ "$tenant_create_version_name" != "$VERSION_NAME" ]; then
155155
exit 1
156156
fi
157157
echo "New tenant successfully created"
158-
echo $tenant_create | jq
158+
echo $tenant_create | jq '.'
159159

160160
# 6. Fetch tenants - will now contain tenant create above
161161

@@ -176,4 +176,4 @@ echo "--------------------------------------------------------------------------
176176

177177
echo "All good!"
178178

179-
cleanup
179+
cleanup

0 commit comments

Comments
 (0)