From 96726209e30a2378d4716edf32fbc701b9982948 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Wed, 20 Sep 2023 08:12:58 -0600 Subject: [PATCH] Avoid adding unit to subordinate charm in test bundle --- tests/bundle/mini-bundle.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bundle/mini-bundle.yaml b/tests/bundle/mini-bundle.yaml index f8d62fe9..66b57405 100644 --- a/tests/bundle/mini-bundle.yaml +++ b/tests/bundle/mini-bundle.yaml @@ -5,6 +5,5 @@ applications: num_units: 1 nrpe: charm: "nrpe" - num_units: 1 relations: - ["nrpe:general-info", "juju-qa-test:juju-info"]