feat: commit that succeeds - Hello BackendIM
This commit is contained in:
parent
8abb01f120
commit
e17a90c7c3
@ -7,7 +7,7 @@ client = TestClient(app)
|
||||
def test_read_root():
|
||||
response = client.get("/")
|
||||
assert response.status_code == 200
|
||||
assert response.json() == {"message": "Hello Mark"}
|
||||
assert response.json() == {"message": "Hello BackendIM"}
|
||||
|
||||
|
||||
def test_read_item():
|
||||
|
Loading…
x
Reference in New Issue
Block a user