Skip to content

Commit 3198ead

Browse files
author
Gauvain Pocentek
committed
fix unit tests
1 parent 4d871aa commit 3198ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/tests/test_gitlab.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def resp_cont(url, request):
490490
self.assertEqual(expected, data)
491491

492492
def test_update_kw_missing(self):
493-
obj = Group(self.gl, data={"name": "testgroup"})
493+
obj = Hook(self.gl, data={"name": "testgroup"})
494494
self.assertRaises(GitlabUpdateError, self.gl.update, obj)
495495

496496
def test_update_401(self):

0 commit comments

Comments
 (0)