Fix test by adding missing param
This commit is contained in:
parent
b8bfed915d
commit
36a2beab98
1 changed files with 1 additions and 1 deletions
|
@ -2832,7 +2832,7 @@ class FakeBuildTrigger(BuildTriggerHandler):
|
||||||
|
|
||||||
return self.config['dockerfile']
|
return self.config['dockerfile']
|
||||||
|
|
||||||
def list_field_values(self, field_name):
|
def list_field_values(self, field_name, limit=None):
|
||||||
if field_name == 'test_field':
|
if field_name == 'test_field':
|
||||||
return [1, 2, 3]
|
return [1, 2, 3]
|
||||||
|
|
||||||
|
|
Reference in a new issue