Skip to content

Commit 7030780

Browse files
wip: testing
1 parent f67514e commit 7030780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_missing_attribute_does_not_raise_custom(self, fake_gitlab, fake_manager
110110
assert "missing_attribute" in exc_str
111111
assert "was created via a list()" not in exc_str
112112
assert base._URL_ATTRIBUTE_ERROR not in exc_str
113+
assert "This is failure" == "no"
113114

114115
def test_missing_attribute_from_list_raises_custom(self, fake_gitlab, fake_manager):
115116
"""Ensure a missing attribute raises our custom error message if the

0 commit comments

Comments
 (0)