aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2/python/rest_api/fixtures/api_testcase.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-24 09:59:31 -0400
committerGitHub <noreply@github.com>2022-08-24 09:59:31 -0400
commit082388a159229dd84cef1b8fac223b7aa1b864a7 (patch)
treed3651e596a24a82ff9988354c5e891ddab40444b /test/apiv2/python/rest_api/fixtures/api_testcase.py
parent0f92cf22a69876975ca6ad97a08751bf2008e257 (diff)
parent8b1e88bf80b3cd650be04fd397f7b85d355788dd (diff)
downloadpodman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.gz
podman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.bz2
podman-082388a159229dd84cef1b8fac223b7aa1b864a7.zip
Merge pull request #15439 from rhatdan/service
Fix documentation of use of tcp connections
Diffstat (limited to 'test/apiv2/python/rest_api/fixtures/api_testcase.py')
-rw-r--r--test/apiv2/python/rest_api/fixtures/api_testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/python/rest_api/fixtures/api_testcase.py b/test/apiv2/python/rest_api/fixtures/api_testcase.py
index f47136555..edb34b31e 100644
--- a/test/apiv2/python/rest_api/fixtures/api_testcase.py
+++ b/test/apiv2/python/rest_api/fixtures/api_testcase.py
@@ -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)