auto style fix
This commit is contained in:
committed by
Gregory Becker
parent
a92eacd3c8
commit
821d20cf06
@@ -184,7 +184,9 @@ def test_config_set_url_for_package(self, mutable_mock_repo):
|
||||
applied correctly
|
||||
"""
|
||||
update_packages(
|
||||
"mpileaks", "package_attributes", {"url": "http://www.somewhereelse.com/mpileaks-1.0.tar.gz"}
|
||||
"mpileaks",
|
||||
"package_attributes",
|
||||
{"url": "http://www.somewhereelse.com/mpileaks-1.0.tar.gz"},
|
||||
)
|
||||
spec = concretize("mpileaks")
|
||||
assert spec.package.fetcher[0].url == "http://www.somewhereelse.com/mpileaks-2.3.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user