From 3d06ffbf8833106f58bef7d2f4d97ed6d8c1dc14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinclert=20P=C3=A9rez?= Date: Fri, 13 Dec 2024 10:59:22 +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 4136392..91cb759 100644 --- a/tests/integration/test_architecture.py +++ b/tests/integration/test_architecture.py @@ -20,7 +20,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", ) @@ -41,7 +40,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", )