Skip to content

Commit 5a5cd74

Browse files
author
Gauvain Pocentek
committed
Remove now-invalid test
1 parent 0a38143 commit 5a5cd74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitlab/tests/test_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ class BrokenParent(object):
6161
mgr = MGR(FakeGitlab(), parent=Parent())
6262
self.assertEqual(mgr._computed_path, '/tests/42/cases')
6363

64-
self.assertRaises(AttributeError, MGR, FakeGitlab(),
65-
parent=BrokenParent())
66-
6764
def test_path_property(self):
6865
class MGR(base.RESTManager):
6966
_path = '/tests'

0 commit comments

Comments
 (0)