diff options
author | John L. Villalovos <john@sodarock.com> | 2022-08-22 13:52:12 -0700 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2022-08-22 13:52:12 -0700 |
commit | 70307809a00b9cef0ca14b7e171f4fed5e6e5cef (patch) | |
tree | 58b3b68f0d1a212ff30b8bc2e95bf7d1dec05be1 | |
parent | f67514e5ffdbe0141b91c88366ff5233e0293ca2 (diff) | |
download | gitlab-jlvillal/testing.tar.gz |
wip: testingjlvillal/testing
-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 |