mirror of
https://github.com/containers/podman.git
synced 2025-07-29 19:33:13 +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)
|
||||
|
Reference in New Issue
Block a user