Skip to content

Commit

Permalink
add absolute path in test_predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LINSANITY03 committed Oct 6, 2024
1 parent a690089 commit ea7ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_routers/test_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ea7ae57

Please sign in to comment.