Skip to content

Commit b3ce1bd

Browse files
author
nateatkins
committed
Removed unit tests that were used to debug the problem. Testing is covered in the tools/cli_test_v4.sh script.
1 parent a83f779 commit b3ce1bd

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

gitlab/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def create(self, data, **kwargs):
208208
class UpdateMixin(object):
209209
def _check_missing_update_attrs(self, data):
210210
required, optional = self.get_update_attrs()
211-
# Remove the id field from the required list as it has been moved to the http path.
211+
# Remove the id field from the required list as it was previously moved to the http path.
212212
required = tuple(filter(lambda k: k != self._obj_cls._id_attr, required))
213213
missing = []
214214
for attr in required:

gitlab/tests/test_project_variable_api.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

tools/cli_test_v4.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)