File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 121
121
"current" : 4 ,
122
122
"total" : 8
123
123
},
124
- "suite" : {
125
- "flavor" : " mochitest-devtools-chrome-chunked" ,
126
- "name" : " mochitest"
127
- },
124
+ "suite" : " mochitest-devtools-chrome" ,
128
125
"treeherder" : {
129
126
"jobKind" : " test" ,
130
127
"groupSymbol" : " M-e10s" ,
Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ def test_download(
102
102
assert mocked_get_task_artifact .call_count == 1
103
103
assert mocked_download_artifact .call_count == 2
104
104
assert mocked_download_artifact .call_args_list [0 ] == mock .call (
105
- "ccov-artifacts/linux_mochitest-4_code-coverage-grcov.zip" ,
105
+ "ccov-artifacts/linux_mochitest-devtools-chrome- 4_code-coverage-grcov.zip" ,
106
106
"AN1M9SW0QY6DZT6suL3zlQ" ,
107
107
"public/test_info/code-coverage-grcov.zip" ,
108
108
)
109
109
assert mocked_download_artifact .call_args_list [1 ] == mock .call (
110
- "ccov-artifacts/linux_mochitest-4_code-coverage-jsvm.zip" ,
110
+ "ccov-artifacts/linux_mochitest-devtools-chrome- 4_code-coverage-jsvm.zip" ,
111
111
"AN1M9SW0QY6DZT6suL3zlQ" ,
112
112
"public/test_info/code-coverage-jsvm.zip" ,
113
113
)
You can’t perform that action at this time.
0 commit comments