Skip to content

Commit

Permalink
Format tests and return redis to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Apr 21, 2024
1 parent 361ca51 commit 1ed9117
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,12 @@ async def test_indico_datatabase(ops_test: OpsTest) -> None:
application_name="indico",
num_units=1,
)
await ops_test.model.deploy("redis-k8s", channel="latest/edge", application_name="redis-broker")
await ops_test.model.deploy("redis-k8s", channel="latest/edge", application_name="redis-cache")
await ops_test.model.deploy(
"redis-k8s", channel="latest/stable", application_name="redis-broker"
)
await ops_test.model.deploy(
"redis-k8s", channel="latest/stable", application_name="redis-cache"
)
await asyncio.gather(
ops_test.model.relate("redis-broker", "indico:redis-broker"),
ops_test.model.relate("redis-cache", "indico:redis-cache"),
Expand Down

0 comments on commit 1ed9117

Please sign in to comment.