Skip to content

Commit

Permalink
unpin oidc from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Jan 19, 2024
1 parent 013e4d0 commit 0118c1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ async def test_relations(ops_test: OpsTest):
timeout=90 * 10,
)

# DEBUG: temporarily set channel to a ephemeral branch for testing
await ops_test.model.deploy(oidc_gatekeeper, channel="latest/edge/pr-128", config=OIDC_CONFIG)
await ops_test.model.deploy(oidc_gatekeeper, channel="latest/edge", config=OIDC_CONFIG)
await ops_test.model.add_relation(oidc_gatekeeper, APP_NAME)
await ops_test.model.add_relation(f"{istio_pilot}:ingress", f"{APP_NAME}:ingress")
await ops_test.model.add_relation(
Expand Down

0 comments on commit 0118c1e

Please sign in to comment.