summaryrefslogtreecommitdiff
path: root/test/apiv2/rest_api/v1_test_rest_v1_0_0.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/apiv2/rest_api/v1_test_rest_v1_0_0.py')
-rw-r--r--test/apiv2/rest_api/v1_test_rest_v1_0_0.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/apiv2/rest_api/v1_test_rest_v1_0_0.py b/test/apiv2/rest_api/v1_test_rest_v1_0_0.py
index acd6273ef..23528a246 100644
--- a/test/apiv2/rest_api/v1_test_rest_v1_0_0.py
+++ b/test/apiv2/rest_api/v1_test_rest_v1_0_0.py
@@ -84,9 +84,7 @@ class TestApi(unittest.TestCase):
print("\nService Stderr:\n" + stderr.decode("utf-8"))
if TestApi.podman.returncode > 0:
- sys.stderr.write(
- "podman exited with error code {}\n".format(TestApi.podman.returncode)
- )
+ sys.stderr.write("podman exited with error code {}\n".format(TestApi.podman.returncode))
sys.exit(2)
return super().tearDownClass()