Must use the snap version of agents when using edge version of juju
This commit is contained in:
@@ -75,7 +75,6 @@ class TestCharmLifecyclePrepare(ut_utils.BaseTestCase):
|
||||
self.add_model.assert_called_once_with(
|
||||
'newmodel',
|
||||
config={
|
||||
'agent-stream': 'proposed',
|
||||
'default-series': 'xenial',
|
||||
'image-stream': 'daily',
|
||||
'test-mode': 'true',
|
||||
|
||||
@@ -25,7 +25,6 @@ import zaza.model
|
||||
MODEL_DEFAULTS = {
|
||||
# Model defaults from charm-test-infra
|
||||
# https://jujucharms.com/docs/2.1/models-config
|
||||
'agent-stream': 'proposed',
|
||||
'default-series': 'xenial',
|
||||
'image-stream': 'daily',
|
||||
'test-mode': 'true',
|
||||
|
||||
Reference in New Issue
Block a user