summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-07 10:40:40 -0500
committerGitHub <noreply@github.com>2020-12-07 10:40:40 -0500
commite6f80fa61aa082d2226b8258ea247186451d84d3 (patch)
tree448b8674aa6edd152007e99d85432afe89fcf90c /test
parentdc5da90523f35146f5368a31be7edf39be13beb4 (diff)
parent4a2498ff36d58a4c7358b9e7f824f0c8530f3a17 (diff)
downloadpodman-e6f80fa61aa082d2226b8258ea247186451d84d3.tar.gz
podman-e6f80fa61aa082d2226b8258ea247186451d84d3.tar.bz2
podman-e6f80fa61aa082d2226b8258ea247186451d84d3.zip
Merge pull request #8624 from mlegenovic/master
Docker compat API - containers create ignores the name
Diffstat (limited to 'test')
-rw-r--r--test/apiv2/rest_api/test_rest_v2_0_0.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/rest_api/test_rest_v2_0_0.py b/test/apiv2/rest_api/test_rest_v2_0_0.py
index d8d214e33..2f9e62149 100644
--- a/test/apiv2/rest_api/test_rest_v2_0_0.py
+++ b/test/apiv2/rest_api/test_rest_v2_0_0.py
@@ -181,7 +181,7 @@ class TestApi(unittest.TestCase):
self.assertEqual(net_default.status_code, 201, net_default.text)
create = requests.post(
- PODMAN_URL + "/v1.40/containers/create?name=postCreate",
+ PODMAN_URL + "/v1.40/containers/create?name=postCreateConnect",
json={
"Cmd": ["top"],
"Image": "alpine:latest",