mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix whitespace for linter
This commit is contained in:
parent
52ae5800a0
commit
1a907c3ae2
1 changed files with 1 additions and 1 deletions
|
@ -1154,6 +1154,7 @@ def test_almalinux_8_os_grains():
|
|||
}
|
||||
_run_os_grains_tests(_os_release_data, {}, expectation)
|
||||
|
||||
|
||||
@pytest.mark.skip_unless_on_linux
|
||||
def test_virtuozzo_7_os_grains():
|
||||
"""
|
||||
|
@ -1184,7 +1185,6 @@ def test_virtuozzo_7_os_grains():
|
|||
_run_os_grains_tests(_os_release_data, {}, expectation)
|
||||
|
||||
|
||||
|
||||
@pytest.mark.skip_unless_on_linux
|
||||
def test_endeavouros_os_grains():
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue