Skip to content

Commit

Permalink
test: commit changes to fixtures/alerts.json
Browse files Browse the repository at this point in the history
Running `mix test` locally caused these changes to appear.
  • Loading branch information
digitalcora committed Apr 29, 2024
1 parent 423027f commit eb3266a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/fixtures/alerts.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"alerts": [
{
"cleared_at": null,
"cleared_by": null,
"created_by": "user",
"edited_by": "user",
"id": "a1",
Expand All @@ -18,6 +20,8 @@
]
},
{
"cleared_at": null,
"cleared_by": null,
"created_by": "user",
"edited_by": "user",
"id": "a2",
Expand All @@ -33,5 +37,6 @@
"Kendall/MIT"
]
}
]
],
"cleared_alerts": []
}

0 comments on commit eb3266a

Please sign in to comment.