We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49d991 commit 820084dCopy full SHA for 820084d
test/http-integration-tests.sh
@@ -97,7 +97,7 @@ if [ "$version_create_name" != "$VERSION_NAME" ]; then
97
exit 1
98
fi
99
echo "New version successfully created"
100
-echo $version_create | jq
+echo $version_create | jq '.'
101
102
# 4. Fetch migrator versions - will now contain version created above
103
@@ -155,7 +155,7 @@ if [ "$tenant_create_version_name" != "$VERSION_NAME" ]; then
155
156
157
echo "New tenant successfully created"
158
-echo $tenant_create | jq
+echo $tenant_create | jq '.'
159
160
# 6. Fetch tenants - will now contain tenant create above
161
@@ -176,4 +176,4 @@ echo "--------------------------------------------------------------------------
176
177
echo "All good!"
178
179
-cleanup
+cleanup
0 commit comments