diff options
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r-- | tests/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 32daff70..c640367e 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -68,7 +68,7 @@ def test_check_backend_support_no_backend(): ) item = pretend.stub(keywords={"supported": supported}, funcargs={}) - with pytest.raises(TypeError): + with pytest.raises(ValueError): check_backend_support(item) |