Skip to content

Commit

Permalink
Use series for the indico charm as the usage of bases shows incompati…
Browse files Browse the repository at this point in the history
…bility with focal
  • Loading branch information
shayancanonical committed Nov 14, 2024
1 parent 2e95476 commit 8ad2403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/new_relations/test_new_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ async def test_indico_datatabase(ops_test: OpsTest) -> None:
channel="latest/edge",
application_name="indico",
num_units=1,
base="[email protected]",
series="focal",
)
await ops_test.model.deploy(
"redis-k8s", channel="stable", application_name="redis-broker", base="[email protected]"
Expand Down

0 comments on commit 8ad2403

Please sign in to comment.