Skip to content

Commit 105a5ea

Browse files
committed
fixed failing test
1 parent 7de1142 commit 105a5ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/01-carapp/carapp/apps/car/tests/test_routers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_get_cars(self, mock_get_all):
4545
def test_get_car_html_with_render(self, mock_get_all):
4646
res = self.client.get("/car-as-router/html/outside")
4747
assert res.status_code == 200
48+
print(res.content)
4849
assert (
4950
res.content
5051
== b'<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <title>Index.html</title>\n</head>\n<body>\n \n <p>Mercedes</p>\n \n</body>\n</html>'

0 commit comments

Comments
 (0)