Skip to content

Commit

Permalink
Add missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jan 23, 2025
1 parent c63df77 commit a021705
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"kind": "ExperimentTrendsQuery",
"count_query": {
"kind": "TrendsQuery",
"series": [
{
"kind": "ActionsNode",
"id": 8,
"name": "jan-16-running payment action",
"math": "total"
}
],
"interval": "day",
"dateRange": {
"date_to": "2025-01-16T23:59",
"date_from": "2025-01-02T13:54",
"explicitDate": true
},
"trendsFilter": {
"display": "ActionsLineGraph"
},
"filterTestAccounts": true
}
}

0 comments on commit a021705

Please sign in to comment.