outposts: rename docker_image_base to container_image_base, since its not docker specific
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -50,7 +50,7 @@ class OutpostKubernetesTests(TestCase):
|
||||
deployment_reconciler.get_reference_object(),
|
||||
)
|
||||
|
||||
with CONFIG.patch("outposts.docker_image_base", "test"):
|
||||
with CONFIG.patch("outposts.container_image_base", "test"):
|
||||
with self.assertRaises(NeedsUpdate):
|
||||
deployment_reconciler.reconcile(
|
||||
deployment_reconciler.retrieve(),
|
||||
|
Reference in New Issue
Block a user