Skip to content

Commit 8baa178

Browse files
committed
Add missing APIError
1 parent 4b0caa1 commit 8baa178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman/tests/integration/test_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from podman import PodmanClient
1616
from podman.domain.containers import Container
1717
from podman.domain.images import Image
18-
from podman.errors import NotFound
18+
from podman.errors import NotFound, APIError
1919

2020
# @unittest.skipIf(os.geteuid() != 0, 'Skipping, not running as root')
2121

0 commit comments

Comments
 (0)