fix: return the right thing in test

pull/9544/head
Raphaël Vinot 2024-02-02 11:57:51 +01:00
parent 4fac6f656a
commit 451333c978
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ def send(api: PyMISP, request_type: str, url: str, data=None, check_errors: bool
r = response.json()
if check_errors:
check_response(r)
return response
return r
def random() -> str: