mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pre
This commit is contained in:
parent
04e820258f
commit
cbc40b7d43
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ class MasterACLTestCase(ModuleCase):
|
|||
self.assertEqual(
|
||||
self.fire_event_mock.call_args[0][0]["fun"],
|
||||
requested_function,
|
||||
"Did not fire {} for minion glob".format(requested_function),
|
||||
f"Did not fire {requested_function} for minion glob",
|
||||
)
|
||||
|
||||
def test_master_function_glob(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue