We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f3465 commit 2c170e6Copy full SHA for 2c170e6
ResearchAssistant/App/test_app.py
@@ -314,7 +314,6 @@ def test_stream_with_data_azure_success():
314
315
316
def test_stream_with_data_azure_error():
317
-
318
body = {
319
"messages": [
320
{
@@ -369,7 +368,7 @@ def test_stream_with_data_azure_error():
369
368
}
370
371
if USE_AZURE_AI_STUDIO.lower() == "true":
372
- body = body
+ body = body
373
headers = {
374
"Content-Type": "application/json",
375
"api-key": "",
@@ -449,6 +448,7 @@ def test_extract_value():
449
448
assert extract_value("status", text) == "400"
450
assert extract_value("unknown", text) == "N/A"
451
+
452
app = Flask(__name__)
453
454
0 commit comments