diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-26 23:54:14 +0100 | 
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-26 23:54:14 +0100 | 
| commit | 6053f08b3c5ff55cd61cfee1603b88917b3b3164 (patch) | |
| tree | 4a63df2b1db96f17b6c92654071b415f9fc59685 /tests/test_verify.py | |
| parent | 0b40977b56beebb61e2fc5675cdab582356a3c9b (diff) | |
| download | fuzzycat-6053f08b3c5ff55cd61cfee1603b88917b3b3164.tar.gz fuzzycat-6053f08b3c5ff55cd61cfee1603b88917b3b3164.zip | |
fix tests
Diffstat (limited to 'tests/test_verify.py')
| -rw-r--r-- | tests/test_verify.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/test_verify.py b/tests/test_verify.py index 0c04d53..7875d06 100644 --- a/tests/test_verify.py +++ b/tests/test_verify.py @@ -44,7 +44,8 @@ def test_compare():                  logger.warning(                      "skipping test {base}/release/{a} {base}/release/{b} -- no result defined (we think {status}, {reason})"                      .format(a=a, b=b, base=FATCAT_BASE_URL, status=status, reason=reason)) -            assert status == status, "status: want {}, got {} for {} {}".format( +                continue +            assert status_mapping[expected_status] == status, "status: want {}, got {} for {} {}".format(                  expected_status, status, a, b)              if expected_reason:                  assert expected_reason.lower() == reason.lower( | 
