From ea7ae57e08ce3aac14fcf56edf23ae399f3836f3 Mon Sep 17 00:00:00 2001 From: linsanity03 Date: Sun, 6 Oct 2024 19:12:33 +0100 Subject: [PATCH] add absolute path in test_predict.py --- tests/test_routers/test_predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_routers/test_predict.py b/tests/test_routers/test_predict.py index 3214f56..0ddab4c 100644 --- a/tests/test_routers/test_predict.py +++ b/tests/test_routers/test_predict.py @@ -32,7 +32,7 @@ from fastapi import FastAPI from fastapi.testclient import TestClient -from ...routers import predict +from app.routers import predict # Create a test FastAPI app app = FastAPI()