Skip to content

Commit

Permalink
modernize some sample_data for backend tests (#8318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher authored Nov 29, 2024
1 parent fd96a6f commit dd113ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/intermittents_commenter/expected_comment.text
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Repository breakdown:
* mozilla-central: 1

Platform and build breakdown:
* b2g-emu-jb: 1
* linux1804: 1
* debug: 1

For more details, see:
Expand Down
4 changes: 2 additions & 2 deletions tests/webapp/api/test_note_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_push_notes(client, test_job_with_notes):
"id": 1,
"job": {
"task_id": notes[0].job.taskcluster_metadata.task_id,
"job_type_name": "B2G Emulator Image Build",
"job_type_name": "Linux x64 Tsan Build",
"result": "success",
"duration": 191,
},
Expand All @@ -173,7 +173,7 @@ def test_push_notes(client, test_job_with_notes):
"id": 2,
"job": {
"duration": 191,
"job_type_name": "B2G Emulator Image Build",
"job_type_name": "Linux x64 Tsan Build",
"result": "success",
"task_id": notes[1].job.taskcluster_metadata.task_id,
},
Expand Down
2 changes: 1 addition & 1 deletion tests/webapp/api/test_performance_data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ def test_alert_summary_tasks_get(client, test_perf_alert_summary, test_perf_data
assert resp.json() == {
"id": test_perf_alert_summary.id,
"tasks": [
"B2G Emulator Image Build",
"Inari Device Image Build",
"Linux x64 Tsan Build",
"Mochitest Browser Chrome",
"Nexus 4 Device Image Build",
],
Expand Down

0 comments on commit dd113ac

Please sign in to comment.