Skip to content

Commit 609eeb4

Browse files
committed
Revert "Add an offer to the existing test"
This reverts commit 7352368.
1 parent e4dcd88 commit 609eeb4

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

tests/integration/bundle/test-overlays/test-overlay4.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/integration/test_model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,8 @@ async def test_deploy_bundle_with_multiple_overlays_with_include_files(event_loo
304304
bundle_yaml_path = TESTS_DIR / 'integration' / 'bundle' / 'bundle.yaml'
305305
overlay1_path = OVERLAYS_DIR / 'test-overlay2.yaml'
306306
overlay2_path = OVERLAYS_DIR / 'test-overlay3.yaml'
307-
overlay3_path = OVERLAYS_DIR / 'test-overlay4.yaml'
308307

309-
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path, overlay3_path])
308+
await model.deploy(str(bundle_yaml_path), overlays=[overlay1_path, overlay2_path])
310309

311310
assert 'influxdb' not in model.applications
312311
assert 'test' not in model.applications

0 commit comments

Comments
 (0)