summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2017-12-16 16:09:30 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2017-12-16 16:09:30 +0100
commit5a5cd74f34faa5a9f06a6608b139ed08af05dc9f (patch)
tree6832c835f1bfb06deb9619f6612cffc565992335 /gitlab/tests/test_base.py
parent0a38143da076bd682619396496fefecf0286e4a9 (diff)
downloadgitlab-5a5cd74f34faa5a9f06a6608b139ed08af05dc9f.tar.gz
Remove now-invalid test
Diffstat (limited to 'gitlab/tests/test_base.py')
-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'