Skip to content

Commit d15c600

Browse files
authored
Merge pull request apache#119 from mesosphere/fix-tests
Make test output consistent with new format
2 parents 7ef464a + bc55198 commit d15c600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_r():
132132
r_script_url = _upload_file(r_script_path)
133133
_run_tests(r_script_url,
134134
'',
135-
"1 Justin")
135+
"Justin")
136136

137137

138138
def test_cni():

0 commit comments

Comments
 (0)