Skip to content

Commit a64e0a7

Browse files
author
Bastien Abadie
committed
Revert change to artifact unit tests
1 parent be36552 commit a64e0a7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

bot/tests/fixtures/test_task_from_group.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@
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",

bot/tests/test_artifacts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)