mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fixes
This commit is contained in:
parent
f84c3e4fbd
commit
44738b2123
1 changed files with 0 additions and 2 deletions
|
@ -1010,7 +1010,6 @@ class ConfigTestCase(TestCase):
|
|||
}
|
||||
)
|
||||
|
||||
|
||||
@skipIf(HAS_JSONSCHEMA is False, 'The \'jsonschema\' library is missing')
|
||||
def test_oneof_config_validation(self):
|
||||
class TestConf(config.Configuration):
|
||||
|
@ -1047,7 +1046,6 @@ class ConfigTestCase(TestCase):
|
|||
}
|
||||
)
|
||||
|
||||
|
||||
@skipIf(HAS_JSONSCHEMA is False, 'The \'jsonschema\' library is missing')
|
||||
def test_anyof_config_validation(self):
|
||||
class TestConf(config.Configuration):
|
||||
|
|
Loading…
Add table
Reference in a new issue