Skip to content

Commit

Permalink
add new expected test file
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 5, 2024
1 parent 42b0cda commit 565ed79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/appscript/expected/data_API.get_singleProcessedMetric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"filtersApplied": false,
"rows": [
{
"values": [
"0.73"
]
}
],
"schema": [
{
"dataType": "NUMBER",
"label": "Bounce Rate",
"name": "bounce_rate",
"semantics": {
"conceptType": "METRIC",
"isReaggregatable": false,
"semanticType": "PERCENT"
}
}
]
}

0 comments on commit 565ed79

Please sign in to comment.