From 057dd6e124a7779e1ef9040e93bab08ff9186d95 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Fri, 13 Feb 2026 22:50:09 +0100 Subject: [PATCH] test: updated regex --- tests/test_keycloak_admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_keycloak_admin.py b/tests/test_keycloak_admin.py index 5a6caec..be5fd4f 100644 --- a/tests/test_keycloak_admin.py +++ b/tests/test_keycloak_admin.py @@ -40,7 +40,7 @@ ILLEGAL_EXECUTION_REGEX = '404: b\'{"error":"Illegal execution".*}\'' NO_CLIENT_SCOPE_REGEX = '404: b\'{"error":"Could not find client scope".*}\'' UNKOWN_ERROR_REGEX = 'b\'{"error":"unknown_error".*}\'' USER_NOT_FOUND_REGEX = '404: b\'{"error":"User not found".*}\'' -COULD_NOT_FIND_CLIENT_REGEX = '404: b\'{"error":"Could not find client"}\'' +COULD_NOT_FIND_CLIENT_REGEX = '404: b\'{"error":"Could not find client".*}\'' def test_keycloak_version() -> None: