Skip to content

Commit 8239fb5

Browse files
authored
Merge pull request apache#109 from mesosphere/fix-syntax-error
fix syntax error
2 parents f2b41ac + 6420f51 commit 8239fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/tests/integration/test_run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
@pytest.mark.skip(
9-
reason="This is failing when fake.com fails to connect,
10-
but I don't want to spend the time to fix it, because this CLI is hopefully going
11-
away in 1.10.")
9+
reason=("This is failing when fake.com fails to connect,"
10+
"but I don't want to spend the time to fix it, because this CLI is hopefully going"
11+
"away in 1.10."))
1212
@mock.patch('subprocess.Popen')
1313
@mock.patch('dcos_spark.spark_submit.spark_app')
1414
def test_spark_hdfs_config_url(spark_app, Popen):

0 commit comments

Comments
 (0)