diff --git a/exercises/client-args.sh b/exercises/client-args.sh index 1d7d5b6cc8..5e8d6f7c1b 100755 --- a/exercises/client-args.sh +++ b/exercises/client-args.sh @@ -113,7 +113,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then STATUS_SWIFT="Skipped" else echo -e "\nTest Swift" - if swift $ARGS stat; then + if swift $TENANT_ARG $ARGS stat; then STATUS_SWIFT="Succeeded" else STATUS_SWIFT="Failed"