Skip to content

Commit

Permalink
re-fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anagradova committed Dec 12, 2024
1 parent 7e81701 commit a2651cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/audit/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ 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 a2651cd

Please sign in to comment.