Skip to content

Commit

Permalink
Replaces add_relation with integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Mar 7, 2024
1 parent a1e359b commit 69faadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def test_given_tls_requirer_is_deployed_and_related_then_status_is_active(
build_and_deploy,
):
assert ops_test.model
await ops_test.model.add_relation(
await ops_test.model.integrate(
relation1=f"{APP_NAME}:certificates", relation2=f"{TLS_REQUIRER_CHARM_NAME}"
)
await ops_test.model.wait_for_idle(
Expand Down

0 comments on commit 69faadc

Please sign in to comment.