Skip to content

Commit

Permalink
Add debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jan 25, 2024
1 parent 64ed238 commit 225d980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primed/collaborative_analysis/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def test_creates_workspace(self):
"workspacedata-0-analyst_group": self.analyst_group.pk,
},
)
print(response["form"].errors)
print(response["workspace_data_formset"].errors)
self.assertEqual(response.status_code, 302)
# The workspace is created.
new_workspace = Workspace.objects.latest("pk")
Expand Down

0 comments on commit 225d980

Please sign in to comment.