Skip to content

Commit

Permalink
Remove unrelated, unused comment from other test method
Browse files Browse the repository at this point in the history
Not really thematically part of this branch, but cleans up test
coverage.
  • Loading branch information
amstilp committed Nov 9, 2023
1 parent af0caae commit 21d0195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primed/miscellaneous_workspaces/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ def test_valid_data_url(self):

def test_invalid_data_url_is_not_url(self):
"""Form is invalid if data_url is not a valid url."""
"""Form is invalid when missing data_source."""
form_data = {
"workspace": self.workspace,
"requested_by": self.requester,
Expand Down

0 comments on commit 21d0195

Please sign in to comment.