Skip to content

Commit

Permalink
Fix keycloak fixture unknown variable
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Jun 18, 2024
1 parent 1410147 commit 44e87ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def openshift2(testconfig, skip_or_fail):


@pytest.fixture(scope="session")
def keycloak(testconfig, blame, skip_or_fail):
def keycloak(request, testconfig, blame, skip_or_fail):
"""Keycloak OIDC Provider fixture"""
try:
testconfig.validators.validate(only="keycloak")
Expand Down

0 comments on commit 44e87ca

Please sign in to comment.