We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0caa1 commit 8baa178Copy full SHA for 8baa178
podman/tests/integration/test_containers.py
@@ -15,7 +15,7 @@
15
from podman import PodmanClient
16
from podman.domain.containers import Container
17
from podman.domain.images import Image
18
-from podman.errors import NotFound
+from podman.errors import NotFound, APIError
19
20
# @unittest.skipIf(os.geteuid() != 0, 'Skipping, not running as root')
21
0 commit comments