Skip to content

Commit

Permalink
WIP: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vzayts committed Dec 8, 2023
1 parent abb6448 commit 0b8324d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions supervisor_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ var jsonBasic = `{
"granularitySpec": {
"type": "uniform",
"segmentGranularity": "DAY",
"queryGranularity": "none"
"queryGranularity": "none",
"rollup": false
}
},
"ioConfig": {
Expand Down Expand Up @@ -143,7 +144,8 @@ var jsonWithTypedDimensions = `{
"granularitySpec": {
"type": "uniform",
"segmentGranularity": "DAY",
"queryGranularity": "none"
"queryGranularity": "none",
"rollup": false
}
},
"ioConfig": {
Expand Down Expand Up @@ -201,7 +203,8 @@ var jsonWithSqlInputSource = `{
"granularitySpec": {
"type": "uniform",
"segmentGranularity": "DAY",
"queryGranularity": "none"
"queryGranularity": "none",
"rollup": false
}
},
"ioConfig": {
Expand Down

0 comments on commit 0b8324d

Please sign in to comment.