Must use the snap version of agents when using edge version of juju

This commit is contained in:
David Ames
2018-09-07 15:42:17 -07:00
parent 35f3f547e0
commit 77c57df9c6
2 changed files with 0 additions and 2 deletions
@@ -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',
-1
View File
@@ -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',