Skip to content

Commit

Permalink
skip: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Apr 15, 2024
1 parent badef23 commit 22a01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def test_relations(ops_test: OpsTest):
trust=KUBEFLOW_DASHBOARD_TRUST,
)
await ops_test.model.add_relation(KUBEFLOW_PROFILES, KUBEFLOW_DASHBOARD)
await ops_test.model.add_relation(f"{ISTIO_PILOT}:ingress", f"{KUBEFLOW_DASHBOARD,}:ingress")
await ops_test.model.add_relation(f"{ISTIO_PILOT}:ingress", f"{KUBEFLOW_DASHBOARD}:ingress")

# Set public-url for dex and oidc
# Note: This could be affected by a race condition (if service has not received
Expand Down

0 comments on commit 22a01bd

Please sign in to comment.