Skip to content

Commit 7fe6c47

Browse files
authored
Merge pull request #446 from averevki/fix-parameter-not-defined
Fix keycloak fixture unknown variable
2 parents 1410147 + 44e87ca commit 7fe6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def openshift2(testconfig, skip_or_fail):
149149

150150

151151
@pytest.fixture(scope="session")
152-
def keycloak(testconfig, blame, skip_or_fail):
152+
def keycloak(request, testconfig, blame, skip_or_fail):
153153
"""Keycloak OIDC Provider fixture"""
154154
try:
155155
testconfig.validators.validate(only="keycloak")

0 commit comments

Comments
 (0)