Skip to content

Commit

Permalink
update du code app
Browse files Browse the repository at this point in the history
  • Loading branch information
fall lewis committed Apr 11, 2024
1 parent 581781f commit 1c45a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

@app.get("/")
async def read_main():
return {"msg": "MC DEVOPS"}
return {"msg": "FIN DE LA DEMO DEVOPS"}


2 changes: 1 addition & 1 deletion app/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
def test_read_main():
response = client.get("/")
assert response.status_code == 200
assert response.json() == {"msg": "MC DEVOPS"}
assert response.json() == {"msg": "FIN DE LA DEMO DEVOPS"}

0 comments on commit 1c45a7c

Please sign in to comment.