Skip to content

Commit

Permalink
Update discourse-k8s integration tests to match new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Nov 16, 2023
1 parent f460c6e commit 9c46ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_redis_relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def test_discourse_relation(ops_test: OpsTest):
# Test the first Discourse charm.
# Add both relations to Discourse (PostgreSQL and Redis)
# and wait for it to be ready.
await ops_test.model.relate(f"{POSTGRESQL_APP_NAME}:db-admin", FIRST_DISCOURSE_APP_NAME)
await ops_test.model.relate(f"{POSTGRESQL_APP_NAME}:database", FIRST_DISCOURSE_APP_NAME)
# Wait until discourse handles all relation events related to postgresql
await ops_test.model.relate(APP_NAME, FIRST_DISCOURSE_APP_NAME)

Expand Down

0 comments on commit 9c46ac2

Please sign in to comment.