diff options
author | Frederick Muriuki Muriithi | 2022-11-16 04:25:43 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-16 04:25:43 +0300 |
commit | ee5c11fb5146ac1b18aa24ec4dd7a43aaf35033a (patch) | |
tree | eeac2dbfd10f7cffe9f1b517f3d87d35cbe0d2d8 /tests/qc_app/test_progress_indication.py | |
parent | d511e44b1a2b0e70236831926d86a10d589e9235 (diff) | |
download | gn-uploader-ee5c11fb5146ac1b18aa24ec4dd7a43aaf35033a.tar.gz |
tests: Fix some failing tests
Diffstat (limited to 'tests/qc_app/test_progress_indication.py')
-rw-r--r-- | tests/qc_app/test_progress_indication.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qc_app/test_progress_indication.py b/tests/qc_app/test_progress_indication.py index 11a412e..8eba970 100644 --- a/tests/qc_app/test_progress_indication.py +++ b/tests/qc_app/test_progress_indication.py @@ -52,7 +52,7 @@ def test_with_in_progress_no_error_job( (f'{job_id}').encode("utf8") + b'" value="0.32242342">32.242342</progress>') in resp.data assert ( - b'<span class="alert-success">No errors found so far</span>' + b'<span >No errors found so far</span>' in resp.data) assert b"<table" not in resp.data |