We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d871aa commit 3198eadCopy full SHA for 3198ead
gitlab/tests/test_gitlab.py
@@ -490,7 +490,7 @@ def resp_cont(url, request):
490
self.assertEqual(expected, data)
491
492
def test_update_kw_missing(self):
493
- obj = Group(self.gl, data={"name": "testgroup"})
+ obj = Hook(self.gl, data={"name": "testgroup"})
494
self.assertRaises(GitlabUpdateError, self.gl.update, obj)
495
496
def test_update_401(self):
0 commit comments