mirror of https://github.com/knative/client.git
Fix command for "kn service" smoke test (#113)
It's now `get`, not `list` anymore.
This commit is contained in:
parent
5e5b46028f
commit
d4d135760c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue