We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09be6c commit cd4afeaCopy full SHA for cd4afea
tests/test_keycloak.py
@@ -2,6 +2,7 @@
2
3
from testcontainers.keycloak import KeycloakContainer
4
5
+
6
@pytest.mark.parametrize(["version"], [("16.1.1", )])
7
def test_docker_run_keycloak(version):
8
with KeycloakContainer('jboss/keycloak:{}'.format(version)) as kc:
0 commit comments