Make url_fetch test independent of locale settings (#19390)
This commit is contained in:
parent
a5faf7d27a
commit
bed929e7a9
@ -191,7 +191,7 @@ def is_true():
|
|||||||
stage.fetch()
|
stage.fetch()
|
||||||
|
|
||||||
status = capfd.readouterr()[1]
|
status = capfd.readouterr()[1]
|
||||||
assert '##### 100.0%' in status
|
assert '##### 100' in status
|
||||||
|
|
||||||
|
|
||||||
def test_url_extra_fetch(tmpdir, mock_archive):
|
def test_url_extra_fetch(tmpdir, mock_archive):
|
||||||
|
Loading…
Reference in New Issue
Block a user