From bd19706063dfd7b0550ecfa9dd197dc1a10313b7 Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Fri, 22 Mar 2024 11:14:07 -0500 Subject: [PATCH] Test bundle should use a null channel for local charms --- tests/integration/test_pytest_operator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/test_pytest_operator.py b/tests/integration/test_pytest_operator.py index 03d2260..7f8fb94 100644 --- a/tests/integration/test_pytest_operator.py +++ b/tests/integration/test_pytest_operator.py @@ -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),