From 0b8aec246e2f58b598938d1f3d1e16ffb375d377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Fri, 13 Dec 2024 10:57:40 +0100 Subject: [PATCH] Remove `profile` config from tests --- tests/integration/test_architecture.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_architecture.py b/tests/integration/test_architecture.py index 526a57ccf..f85434310 100644 --- a/tests/integration/test_architecture.py +++ b/tests/integration/test_architecture.py @@ -21,7 +21,6 @@ async def test_arm_charm_on_amd_host(ops_test: OpsTest) -> None: charm, application_name=MYSQL_ROUTER_APP_NAME, num_units=1, - config={"profile": "testing"}, base="ubuntu@22.04", ) @@ -42,7 +41,6 @@ async def test_amd_charm_on_arm_host(ops_test: OpsTest) -> None: charm, application_name=MYSQL_ROUTER_APP_NAME, num_units=1, - config={"profile": "testing"}, base="ubuntu@22.04", )