Skip to content

Commit

Permalink
Fix service init in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Feb 2, 2025
1 parent 3c5a011 commit f67c876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/unit/api/test_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def test_get_id_token_groups_for_oidc() -> None:

async def test_get_id_token_groups_for_oidc_invalid_issuer() -> None:
memory_http = MemoryHTTP()
service = InfrahubServices(http=memory_http)
service = await InfrahubServices.new(http=memory_http)
client_id = "testing-oicd-1234"

helper = OIDCTestHelper()
Expand Down

0 comments on commit f67c876

Please sign in to comment.