summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/tests/test_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitlab/tests/test_base.py b/gitlab/tests/test_base.py
index 31dd967..36cb63b 100644
--- a/gitlab/tests/test_base.py
+++ b/gitlab/tests/test_base.py
@@ -61,9 +61,6 @@ class TestRESTManager(unittest.TestCase):
mgr = MGR(FakeGitlab(), parent=Parent())
self.assertEqual(mgr._computed_path, '/tests/42/cases')
- self.assertRaises(AttributeError, MGR, FakeGitlab(),
- parent=BrokenParent())
-
def test_path_property(self):
class MGR(base.RESTManager):
_path = '/tests'