Fix command for "kn service" smoke test (#113)

It's now `get`, not `list` anymore.
This commit is contained in:
Adriano Cunha 2019-05-15 14:31:31 -07:00 committed by Knative Prow Robot
parent 5e5b46028f
commit d4d135760c
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ header "Running tests"
# TODO: Real integration tests here instead of just verifying that we
# can list Knative Services.
./kn service list || fail_test
echo "kn service list returned success"
./kn service get || fail_test
echo "kn service get returned success"
success