Skip to content

Commit

Permalink
chore: add nms webui_database integration in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <[email protected]>
  • Loading branch information
gruyaume committed Nov 20, 2024
1 parent 0e4122f commit 1b9ce15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,7 @@ async def _deploy_nms(ops_test: OpsTest):
await ops_test.model.integrate(
relation1=f"{NMS_CHARM_NAME}:auth_database", relation2=DATABASE_CHARM_NAME
)
await ops_test.model.integrate(
relation1=f"{NMS_CHARM_NAME}:webui_database", relation2=DATABASE_CHARM_NAME
)
await ops_test.model.integrate(relation1=NMS_CHARM_NAME, relation2=TLS_CHARM_NAME)

0 comments on commit 1b9ce15

Please sign in to comment.