mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix tests
This commit is contained in:
parent
aefd0fb374
commit
dd2a188c05
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue