We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e3694 commit 2480258Copy full SHA for 2480258
1 file changed
tests/integration/test_model.py
@@ -329,6 +329,10 @@ async def test_deploy_bundle_with_multiple_overlays_with_include_files(event_loo
329
assert 'test' not in model.applications
330
assert 'memcached' not in model.applications
331
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
+
336
337
338
@base.bootstrapped
0 commit comments