From f5b2cc16b116c4bd6e8a7b2e7e9f8f8c81649a31 Mon Sep 17 00:00:00 2001 From: Roy Miara Date: Thu, 28 Sep 2023 15:05:25 +0300 Subject: [PATCH] lint --- tests/e2e/test_app.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/e2e/test_app.py b/tests/e2e/test_app.py index c40b7388..86ed3fed 100644 --- a/tests/e2e/test_app.py +++ b/tests/e2e/test_app.py @@ -28,7 +28,10 @@ def test_e2e(): health_response = client.get("/health") assert health_response.status_code == 200 - assert health_response.json() == HealthStatus(pinecone_status="OK", llm_status="OK").dict() + assert ( + health_response.json() + == HealthStatus(pinecone_status="OK", llm_status="OK").dict() + ) try: # Upsert a document to the index