Skip to content

Commit

Permalink
Deploy by revision on 2.9 integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Oct 5, 2023
1 parent 27dee9f commit ce2f213
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ async def test_deploy_by_revision(event_loop):
app = await model.deploy('juju-qa-test',
application_name='test',
channel='2.0/stable',
revision=22,)
series='xenial',
revision=19,
)

assert url.URL.parse(app.charm_url).revision == 22
assert url.URL.parse(app.charm_url).revision == 19


@base.bootstrapped
Expand Down

0 comments on commit ce2f213

Please sign in to comment.