Fix first test
This commit is contained in:
parent
385cfd6fd2
commit
ab2c3d9724
|
@ -8,7 +8,7 @@ app = FastAPI()
|
|||
|
||||
@app.get("/")
|
||||
async def read_main():
|
||||
return {"msg": "hello wrold"}
|
||||
return {"msg": "Hello World"}
|
||||
|
||||
|
||||
client = TestClient(app)
|
||||
|
|
Loading…
Reference in New Issue