make it work generated?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-29 20:47:08 +02:00
parent 573c7a09e6
commit 7e4c9bed3d
4 changed files with 76 additions and 255 deletions

View File

@ -124,7 +124,6 @@ class Conformance:
raise Exception(
f"create_test_plan failed - HTTP {response.status_code} {response.content}"
)
return response.json()
def create_test(self, test_name, configuration):
url = f"{self.api_url_base}api/runner"