Skip to content

Commit b06e5e7

Browse files
committed
Add missing APIError
Signed-off-by: Jaroslav Henner <[email protected]>
1 parent a0652cf commit b06e5e7

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)