Skip to content

Commit

Permalink
Remove profile config from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical committed Dec 13, 2024
1 parent a7836d9 commit 3d06ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
)

Expand All @@ -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="[email protected]",
)

Expand Down

0 comments on commit 3d06ffb

Please sign in to comment.