feat: add support for 1h response chart
This commit is contained in:
@@ -39,6 +39,11 @@ func TestResponseTimeChart(t *testing.T) {
|
||||
Gzip bool
|
||||
}
|
||||
scenarios := []Scenario{
|
||||
{
|
||||
Name: "chart-response-time-1h",
|
||||
Path: "/api/v1/endpoints/core_backend/response-times/1h/chart.svg",
|
||||
ExpectedCode: http.StatusOK,
|
||||
},
|
||||
{
|
||||
Name: "chart-response-time-24h",
|
||||
Path: "/api/v1/endpoints/core_backend/response-times/24h/chart.svg",
|
||||
|
||||
Reference in New Issue
Block a user