Skip to content

Commit 0e33fb3

Browse files
committed
fixup: remove -s from curl
Signed-off-by: Kimonas Sotirchos <[email protected]>
1 parent 904eff7 commit 0e33fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/shared/test_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ case "$OPERATION" in
4545
netshoot-test --rm -i \
4646
--restart=Never \
4747
--image nicolaka/netshoot \
48-
-- curl -s dashboard.kubeflow.svc --connect-timeout 5 \
48+
-- curl dashboard.kubeflow.svc --connect-timeout 5 \
4949
2>&1)
5050
echo $OUTPUT | grep "Connection timed out after"
5151
;;

0 commit comments

Comments
 (0)