mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove .p from test
This commit is contained in:
parent
534aa3f527
commit
109cb62e76
1 changed files with 1 additions and 1 deletions
2
tests/unit/cache/localfs_test.py
vendored
2
tests/unit/cache/localfs_test.py
vendored
|
@ -241,7 +241,7 @@ class LocalFSTest(TestCase):
|
|||
|
||||
# Now test the return of the list function
|
||||
with patch.dict(localfs.__opts__, {'cachedir': tmp_dir}):
|
||||
self.assertEqual(localfs.list_(bank='bank', cachedir=tmp_dir), ['key.p'])
|
||||
self.assertEqual(localfs.list_(bank='bank', cachedir=tmp_dir), ['key'])
|
||||
|
||||
# 'contains' function tests: 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue