Skip to content

Commit

Permalink
Formatting/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Jan 19, 2024
1 parent 764a7d1 commit bba4b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/tests/integration/test_analysis_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ def valid_query_side_effect_two(*args, **kwargs): # pylint: disable=unused-argu
assert len(response.json()) == 3
assert actual_post['content'] == discussion_content


def test_delete_discussion_post_in_analysis(client, mock_access_token, mock_repositories, cpam0002_analysis_json):
""" Tests successfully deleting an existing post in the discussions with the user being the author """
cpam_analysis = "CPAM0002"
Expand Down

0 comments on commit bba4b1a

Please sign in to comment.