Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-29 23:43:12 +02:00
parent ad872379e3
commit e3f5058cbe
2 changed files with 14 additions and 8 deletions

View File

@ -168,7 +168,6 @@ class Conformance:
response = self.session.post(url, data=data, headers={"Content-Type": "text/plain"})
if response.status_code != Conformance.HTTP_OK:
raise Exception(f"upload_image failed - HTTP {response.status_code} {response.content}")
return response.json()
def start_test(self, module_id):
url = f"{self.api_url_base}api/runner/{module_id}"