diff options
Diffstat (limited to 'gitlab/tests')
| -rw-r--r-- | gitlab/tests/test_base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gitlab/tests/test_base.py b/gitlab/tests/test_base.py index 47eda6c..4aa280c 100644 --- a/gitlab/tests/test_base.py +++ b/gitlab/tests/test_base.py @@ -56,9 +56,6 @@ class TestRESTManager(unittest.TestCase): class Parent(object): id = 42 - class BrokenParent(object): - no_id = 0 - mgr = MGR(FakeGitlab(), parent=Parent()) self.assertEqual(mgr._computed_path, "/tests/42/cases") |
