Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 20, 2023
1 parent 725d48c commit 763e236
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.json()

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

0 comments on commit 763e236

Please sign in to comment.