mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename test
This commit is contained in:
parent
adb9397bd6
commit
5e6d23138b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class FSClientTestCase(TestCase):
|
|||
client = fileclient.FSClient(opts)
|
||||
assert client.channel.fs.update.call_count == 0
|
||||
|
||||
def test_masterless_no_fs_update(self):
|
||||
def test_masterless_fs_update(self):
|
||||
"""
|
||||
Test that an FSClient spawned from a masterless run refreshes the
|
||||
fileserver backends. This is necessary to ensure that a masterless run
|
||||
|
|
Loading…
Add table
Reference in a new issue