summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/url_fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/test/url_fetch.py b/lib/spack/spack/test/url_fetch.py
index 8a9a175a37..37b4cdc214 100644
--- a/lib/spack/spack/test/url_fetch.py
+++ b/lib/spack/spack/test/url_fetch.py
@@ -191,7 +191,7 @@ def test_url_with_status_bar(tmpdir, mock_archive, monkeypatch, capfd):
stage.fetch()
status = capfd.readouterr()[1]
- assert '##### 100.0%' in status
+ assert '##### 100' in status
def test_url_extra_fetch(tmpdir, mock_archive):