mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-25 00:57:58 +00:00
test: fix typo
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
19152fa349
commit
bac57409fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue