Skip to content

Commit b93958e

Browse files
fix formatting
1 parent d25a12e commit b93958e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_sosivio.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ def test_sosivio(self):
2828
"""
2929
Sets up and validates Sosivio.
3030
"""
31-
pytest.xfail("The Sosivio test is currently failing as https://helm.sosiv.io is down.")
31+
pytest.xfail(
32+
"The Sosivio test is currently failing as https://helm.sosiv.io is down."
33+
)
3234

3335
print("Enabling sosivio")
3436
microk8s_enable("sosivio")

0 commit comments

Comments
 (0)