Skip to content

Commit eb23bc5

Browse files
committed
test: restore normal code
1 parent afee431 commit eb23bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unit/test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def test_root_endpoint():
99

1010
response = client.get("/")
1111

12-
assert response.status_code == 500
12+
assert response.status_code == 200
1313
assert response.json() == expected_response

0 commit comments

Comments
 (0)