mirror of
https://github.com/containers/podman.git
synced 2025-05-23 10:07:33 +08:00
fix: build endpoint for compat API
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -158,7 +158,7 @@ class TestImages(unittest.TestCase):
|
||||
def test_build_image(self):
|
||||
labels = {"apple": "red", "grape": "green"}
|
||||
_ = self.client.images.build(
|
||||
path="test/python/docker/build_labels", labels=labels, tag="labels"
|
||||
path="test/python/docker/build_labels", labels=labels, tag="labels", isolation="default"
|
||||
)
|
||||
image = self.client.images.get("labels")
|
||||
self.assertEqual(image.labels["apple"], labels["apple"])
|
||||
|
Reference in New Issue
Block a user