Skip to content

Commit

Permalink
Test bundle should use a null channel for local charms
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Mar 22, 2024
1 parent 25c0848 commit bd19706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_pytest_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ async def test_build_and_deploy(self, ops_test):
applications:
reactive-framework:
charm: {{ charms["reactive-framework"] }}
channel: null
num_units: 1
operator-framework:
charm: {{ charms["operator-framework"] }}
channel: null
num_units: 1
""",
charms=await ops_test.build_charms(*charms),
Expand Down

0 comments on commit bd19706

Please sign in to comment.