diff --git a/test/integration/test_generator.py b/test/integration/test_generator.py index 46b051b..e03f3ce 100644 --- a/test/integration/test_generator.py +++ b/test/integration/test_generator.py @@ -111,7 +111,7 @@ data = {{ }} response = requests.post(url, headers=headers, data=data) assert response.status_code == 200 -print('This is the text from the audio file:', response.json()['text'])''' +print('This is the text from the audio file:', response.text)''' ] ], indirect=True