mirror of
https://github.com/containers/podman.git
synced 2025-09-17 23:18:39 +08:00
Fix documentation of use of tcp connections
Fixes: https://github.com/containers/podman/issues/15430 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -20,7 +20,7 @@ class APITestCase(unittest.TestCase):
|
||||
|
||||
APITestCase.podman = Podman()
|
||||
APITestCase.service = APITestCase.podman.open(
|
||||
"system", "service", "tcp:localhost:8080", "--time=0"
|
||||
"system", "service", "tcp://localhost:8080", "--time=0"
|
||||
)
|
||||
# give the service some time to be ready...
|
||||
time.sleep(2)
|
||||
|
@ -63,7 +63,7 @@ class TestApi(unittest.TestCase):
|
||||
podman(),
|
||||
"system",
|
||||
"service",
|
||||
"tcp:localhost:8080",
|
||||
"tcp://localhost:8080",
|
||||
"--log-level=debug",
|
||||
"--time=0",
|
||||
],
|
||||
|
Reference in New Issue
Block a user