diff options
-rw-r--r-- | tests/unit/test_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_base.py b/tests/unit/test_base.py index 92bc707..ee612ce 100644 --- a/tests/unit/test_base.py +++ b/tests/unit/test_base.py @@ -110,6 +110,7 @@ class TestRESTObject: assert "missing_attribute" in exc_str assert "was created via a list()" not in exc_str assert base._URL_ATTRIBUTE_ERROR not in exc_str + assert "This is failure" == "no" def test_missing_attribute_from_list_raises_custom(self, fake_gitlab, fake_manager): """Ensure a missing attribute raises our custom error message if the |