Skip to content

Commit

Permalink
Deploy identity bundle and relate oathkeeper to kratos
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Feb 12, 2024
1 parent 821576c commit 61c7442
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,7 @@ async def oathkeeper_application_related_fixture(
await application.model.add_relation(
f"{ingress_related.name}:receive-ca-cert", "self_signed_certificates"
)
await application.model.add_relation(
f"{oathkeeper.name}:kratos-endpoint-info", "kratos"
)
await application.model.add_relation(f"{oathkeeper.name}:kratos-endpoint-info", "kratos")
await application.model.wait_for_idle(
status="active",
apps=[
Expand Down

0 comments on commit 61c7442

Please sign in to comment.