Skip to content

Commit

Permalink
Fix query for burnham error. (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr authored Nov 24, 2021
1 parent de45be2 commit 5f20d3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dags/burnham.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,13 @@

WANT_TEST_GLEAN_ERROR_INVALID_OVERFLOW = [
{
"glean_error_invalid_overflow": [{"key": "mission.status", "value": 1}],
"mission_identifier": "MISSION E: ONE JUMP, ONE METRIC ERROR",
"glean_error_invalid_overflow": [{"key": "mission.status", "value": 2}],
}
},
{
"glean_error_invalid_overflow": [{"key": "mission.status", "value": 1}],
"mission_identifier": "MISSION E: ONE JUMP, ONE METRIC ERROR",
},
]


Expand Down

0 comments on commit 5f20d3d

Please sign in to comment.