Testdata: use UTC time and circle alcatraz for streaming flight sample

This commit is contained in:
Ryan McKinley
2021-06-27 10:17:01 -07:00
committed by GitHub
parent a97259f07d
commit 035eec1502
3 changed files with 25 additions and 27 deletions
+3 -5
View File
@@ -28,13 +28,11 @@ func TestFlightPathScenario(t *testing.T) {
RefID: "X",
TimeRange: backend.TimeRange{
From: start,
To: start.Add(time.Minute * 10),
To: start.Add(time.Second * 10),
},
Interval: time.Minute,
Interval: time.Second,
MaxDataPoints: 10,
JSON: json.RawMessage(`{
"period": 600
}`),
JSON: json.RawMessage(`{}`), // always 10s?
},
},
}