Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 6afa730

Browse files
bork test on purpose
1 parent db54697 commit 6afa730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/tests/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_parse_params_transforms_input(self):
197197
"job": "jobID", # not populated from "travis_job_id"
198198
"travis_job_id": "travis-jobID",
199199
"using_global_token": False,
200-
"service": None, # defaulted to None if not provided and not using global upload token
200+
"service": "lao", # defaulted to None if not provided and not using global upload token
201201
}
202202

203203
parsed_params = parse_params(request_params)

0 commit comments

Comments
 (0)