mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
fix tests
This commit is contained in:
parent
aefd0fb374
commit
dd2a188c05
@ -114,7 +114,7 @@ class LocalemodTestCase(TestCase):
|
||||
'''
|
||||
Tests the return of successful gen_locale on Debian system without a charmap
|
||||
'''
|
||||
def file_search(search, pattern):
|
||||
def file_search(search, pattern, flags):
|
||||
'''
|
||||
mock file.search
|
||||
'''
|
||||
@ -164,7 +164,7 @@ class LocalemodTestCase(TestCase):
|
||||
'''
|
||||
Tests the return of successful gen_locale on Gentoo system without a charmap
|
||||
'''
|
||||
def file_search(search, pattern):
|
||||
def file_search(search, pattern, flags):
|
||||
'''
|
||||
mock file.search
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user