Skip to content

Commit

Permalink
add suggestion from @mashehu review
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Oct 25, 2022
1 parent da53c1a commit 4d675bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ def mock_api_calls(mock, module, version):
"files": [{"version": version}],
"license": "",
}
biocontainers_mock = {"status_code": 200, "images": [{"image_type": "Docker", "image_name": ""}]}
biocontainers_mock = {"status_code": 200, "images": [{"image_type": "Docker", "image_name": f"{module}-{version}"}]}
mock.register_uri("GET", anaconda_api_url, json=anaconda_mock)
mock.register_uri("GET", biocontainers_api_url, json=biocontainers_mock)

0 comments on commit 4d675bd

Please sign in to comment.