reworked tests

This commit is contained in:
Falko Victor Habel 2024-07-29 17:52:58 +02:00
parent 6a73f0ed9e
commit 0078b9aec4
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ data = {
response = requests.post(url, headers=headers, data=json.dumps(data))
print(response.status_code)
print(response.json())
print(response.text)