Skip to content

Commit

Permalink
Update test_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 authored Apr 18, 2024
1 parent 6b6bc20 commit 083ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_automatically_create_groups_when_creating_project(self):
)

# Creating a group as a teacher should work
self.assertEqual(response.status_code, 200)
self.assertEqual(response.status_code, 201)

project = Project.objects.get(
name="Test Project",
Expand Down

0 comments on commit 083ba25

Please sign in to comment.