Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark committed Dec 29, 2023
1 parent 5149720 commit 5abf6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@app.get("/")
async def read_main():
return {"message": "Hello World"}
return {"message": "Hello World!"}


client = TestClient(app)
Expand Down

0 comments on commit 5abf6d9

Please sign in to comment.