mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
_get_defaults can be a staticmethod
This commit is contained in:
parent
5e6d23138b
commit
61f8425d24
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ from tests.support.unit import TestCase
|
|||
|
||||
|
||||
class FSClientTestCase(TestCase):
|
||||
def _get_defaults(self, **kwargs):
|
||||
@staticmethod
|
||||
def _get_defaults(**kwargs):
|
||||
"""
|
||||
master/minion config defaults
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue