Skip to content

Commit

Permalink
Updated format of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anagradova committed Dec 12, 2024
1 parent 51872bc commit 7e81701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/audit/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ def test_get_access_denied_for_unauthorized_user(self):
def test_post_successful(
self, mock_disseminate, mock_remove, mock_transition, mock_validate
):
"""Test that a valid submission transitions SAC to a disseminated state"""
"""Test that a valid submission transitions
SAC to a disseminated state"""
mock_validate.return_value = []
mock_disseminate.return_value = None
response = self.client.post(self.url)
Expand Down

0 comments on commit 7e81701

Please sign in to comment.