Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 18, 2024
1 parent 92eed28 commit 8d5f59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeforlife/user/serializers/user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ def test_to_representation__indy(self):
"teacher": None,
"student": None,
},
# TODO: remove in new schema.
non_model_fields={"requesting_to_join_class", "teacher", "student"},
)

0 comments on commit 8d5f59e

Please sign in to comment.