Skip to content

Commit a8a587a

Browse files
committed
Remove / assertion in fastapi old test
1 parent 98b0f77 commit a8a587a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

end2end/fastapi_old_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ def test_initial_heartbeat():
6565
assert len(heartbeat_events) == 1
6666
routes = heartbeat_events[0]["routes"]
6767
route_paths = sorted([r["path"] for r in routes])
68-
assert "/" in route_paths
6968
assert "/sync_route" in route_paths

0 commit comments

Comments
 (0)