summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-08-22 13:52:12 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-08-22 13:52:12 -0700
commit70307809a00b9cef0ca14b7e171f4fed5e6e5cef (patch)
tree58b3b68f0d1a212ff30b8bc2e95bf7d1dec05be1
parentf67514e5ffdbe0141b91c88366ff5233e0293ca2 (diff)
downloadgitlab-jlvillal/testing.tar.gz
wip: testingjlvillal/testing
-rw-r--r--tests/unit/test_base.py1
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