Skip to content

Commit dd113ac

Browse files
authored
modernize some sample_data for backend tests (#8318)
1 parent fd96a6f commit dd113ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/intermittents_commenter/expected_comment.text

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Repository breakdown:
66
* mozilla-central: 1
77

88
Platform and build breakdown:
9-
* b2g-emu-jb: 1
9+
* linux1804: 1
1010
* debug: 1
1111

1212
For more details, see:

tests/webapp/api/test_note_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_push_notes(client, test_job_with_notes):
159159
"id": 1,
160160
"job": {
161161
"task_id": notes[0].job.taskcluster_metadata.task_id,
162-
"job_type_name": "B2G Emulator Image Build",
162+
"job_type_name": "Linux x64 Tsan Build",
163163
"result": "success",
164164
"duration": 191,
165165
},
@@ -173,7 +173,7 @@ def test_push_notes(client, test_job_with_notes):
173173
"id": 2,
174174
"job": {
175175
"duration": 191,
176-
"job_type_name": "B2G Emulator Image Build",
176+
"job_type_name": "Linux x64 Tsan Build",
177177
"result": "success",
178178
"task_id": notes[1].job.taskcluster_metadata.task_id,
179179
},

tests/webapp/api/test_performance_data_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,8 @@ def test_alert_summary_tasks_get(client, test_perf_alert_summary, test_perf_data
721721
assert resp.json() == {
722722
"id": test_perf_alert_summary.id,
723723
"tasks": [
724-
"B2G Emulator Image Build",
725724
"Inari Device Image Build",
725+
"Linux x64 Tsan Build",
726726
"Mochitest Browser Chrome",
727727
"Nexus 4 Device Image Build",
728728
],

0 commit comments

Comments
 (0)