test: fix typo

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2023-04-27 12:07:47 +02:00
parent 19152fa349
commit bac57409fe
No known key found for this signature in database
GPG key ID: 67E38F7A8BA21772

View file

@ -15,7 +15,7 @@ function teardown() {
basic_teardown
}
@test "podman systerm service <bad_scheme_uri> returns error" {
@test "podman system service <bad_scheme_uri> returns error" {
skip_if_remote "podman system service unavailable over remote"
run_podman 125 system service localhost:9292
is "$output" "Error: API Service endpoint scheme \"localhost\" is not supported. Try tcp://localhost:9292 or unix:/localhost:9292"