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 121121 "current" : 4 ,
122122 "total" : 8
123123 },
124- "suite" : {
125- "flavor" : " mochitest-devtools-chrome-chunked" ,
126- "name" : " mochitest"
127- },
124+ "suite" : " mochitest-devtools-chrome" ,
128125 "treeherder" : {
129126 "jobKind" : " test" ,
130127 "groupSymbol" : " M-e10s" ,
Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ def test_download(
102102 assert mocked_get_task_artifact .call_count == 1
103103 assert mocked_download_artifact .call_count == 2
104104 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" ,
106106 "AN1M9SW0QY6DZT6suL3zlQ" ,
107107 "public/test_info/code-coverage-grcov.zip" ,
108108 )
109109 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" ,
111111 "AN1M9SW0QY6DZT6suL3zlQ" ,
112112 "public/test_info/code-coverage-jsvm.zip" ,
113113 )
You can’t perform that action at this time.
0 commit comments