Skip to content

Commit 8f37d62

Browse files
Update Wave 6 doc
1 parent fffd86f commit 8f37d62

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tests/test_wave_06.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,9 @@ def test_get_task_includes_goal_id(client, one_task_belongs_to_one_goal):
111111
assert "task" in response_body
112112
assert "goal_id" in response_body["task"]
113113
assert response_body == {
114-
"task": {
115-
"id": 1,
116-
"goal_id": 1,
117-
"title": "Go on my daily walk 🏞",
118-
"description": "Notice something new every day",
119-
"is_complete": False
120-
}
114+
"id": 1,
115+
"goal_id": 1,
116+
"title": "Go on my daily walk 🏞",
117+
"description": "Notice something new every day",
118+
"is_complete": False
121119
}

0 commit comments

Comments
 (0)