Skip to content

Commit

Permalink
chore: Bumps mondodb version to 6/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Jan 2, 2024
1 parent fa374a4 commit a819424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def build_and_deploy(ops_test: OpsTest):
await ops_test.model.deploy(
DB_CHARM_NAME,
application_name=DB_CHARM_NAME,
channel="6/edge",
channel="6/beta",
trust=True,
)
await ops_test.model.deploy(
Expand Down Expand Up @@ -141,7 +141,7 @@ async def test_restore_database_and_wait_for_active_status(ops_test: OpsTest, bu
await ops_test.model.deploy(
DB_CHARM_NAME,
application_name=DB_CHARM_NAME,
channel="6/edge",
channel="6/beta",
trust=True,
)
await ops_test.model.integrate(relation1=APP_NAME, relation2=DB_CHARM_NAME)
Expand Down

0 comments on commit a819424

Please sign in to comment.