Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 19, 2023
1 parent 21f7dc6 commit 5caa90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool_shed/test/functional/test_shed_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_index_simple(self):
api_asserts.assert_status_code_is_ok(show_response)
api_asserts.assert_status_code_is_ok(index_response)
repository_ids = [r["id"] for r in index_response.json()]
assert repository_id in repository_ids
assert repository_id in repository_ids, index_response

repository = self.populator.get_repository_for(repo.owner, repo.name)
assert repository
Expand Down

0 comments on commit 5caa90c

Please sign in to comment.