diff --git a/tests/test_wave_06.py b/tests/test_wave_06.py index 0317f835a..b22781e19 100644 --- a/tests/test_wave_06.py +++ b/tests/test_wave_06.py @@ -26,7 +26,7 @@ def test_post_task_ids_to_goal(client, one_goal, three_tasks): @pytest.mark.skip(reason="No way to test this feature yet") -def test_post_task_ids_to_goal_already_with_goals(client, one_task_belongs_to_one_goal, three_tasks): +def test_post_task_ids_to_goal_overwrites_existing_tasks(client, one_task_belongs_to_one_goal, three_tasks): # Act response = client.post("/goals/1/tasks", json={ "task_ids": [2, 4]