File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ def find_latest_releases(
240
240
241
241
# remove blueprint we can't update because we could not fetch associated files
242
242
for failure in failures :
243
- releases_by_id .pop (failure .task_data )
243
+ releases_by_id .pop (failure .task_data , None )
244
244
releases = list (releases_by_id .values ())
245
245
246
246
# add new urls to lock file
Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ def test_update__doesnt_stop_when_server_replies_with_a_500_for_one_url(
766
766
assert result .exit_code == 77
767
767
768
768
769
- def test_update__doesnt_update_blueprint_when_fetch_fails_for_one_architecture (
769
+ def test_update__doesnt_update_blueprint_when_fetch_fails_for_two_architectures (
770
770
call_ops2deb , configuration_path
771
771
):
772
772
# Given
@@ -784,6 +784,7 @@ def test_update__doesnt_update_blueprint_when_fetch_fails_for_one_architecture(
784
784
url: http://testserver/{{version}}/great-app-{{target}}.tar.gz
785
785
targets:
786
786
armhf: 404
787
+ arm64: 404
787
788
script:
788
789
- mv great-app {{src}}/usr/bin/great-app
789
790
"""
You can’t perform that action at this time.
0 commit comments