Skip to content

Commit 2480258

Browse files
committed
Update test to check the offer added in an overlay
1 parent d7e3694 commit 2480258

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/integration/test_model.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ async def test_deploy_bundle_with_multiple_overlays_with_include_files(event_loo
329329
assert 'test' not in model.applications
330330
assert 'memcached' not in model.applications
331331
assert 'grafana' in model.applications
332+
assert 'grafana' in model.application_offers
333+
assert 'grafana' == model.application_offers['grafana'].application_name
334+
assert 'dashboards' == model.application_offers['grafana'].offer_name
335+
332336

333337

334338
@base.bootstrapped

0 commit comments

Comments
 (0)