Skip to content

Commit 6743db3

Browse files
committed
fixup! fix(tutorial): remove project from tutorial update serializer
1 parent 946f358 commit 6743db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tutorial/tests/mutation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def get_update_for_task(tut: dict):
468468

469469
# Updating Tutorial: Without authentication
470470
tutorial_from_res = resp_data["result"]
471-
project = tutorial_from_res.pop("projectId")
471+
tutorial_from_res.pop("projectId")
472472
tutorial_from_res.pop("id")
473473
tutorial_data = {
474474
**tutorial_from_res,

0 commit comments

Comments
 (0)