Skip to content

Commit 2c170e6

Browse files
pylint correction
1 parent 27f3465 commit 2c170e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ResearchAssistant/App/test_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def test_stream_with_data_azure_success():
314314

315315

316316
def test_stream_with_data_azure_error():
317-
318317
body = {
319318
"messages": [
320319
{
@@ -369,7 +368,7 @@ def test_stream_with_data_azure_error():
369368
}
370369

371370
if USE_AZURE_AI_STUDIO.lower() == "true":
372-
body = body
371+
body = body
373372
headers = {
374373
"Content-Type": "application/json",
375374
"api-key": "",
@@ -449,6 +448,7 @@ def test_extract_value():
449448
assert extract_value("status", text) == "400"
450449
assert extract_value("unknown", text) == "N/A"
451450

451+
452452
app = Flask(__name__)
453453

454454

0 commit comments

Comments
 (0)