Loki: Add integration tests for http header handling (#56478)

* Loki: Add integration tests for http header handling

* Fix linting
This commit is contained in:
Ivana Huckova
2022-10-07 10:16:41 +02:00
committed by GitHub
parent bb479e030a
commit eef3f28447
2 changed files with 113 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func TestIntegrationGraphite(t *testing.T) {
"httpHeaderValue1": "custom-header-value",
}
uid := "influxdb"
uid := "graphite"
err := testEnv.Server.HTTPServer.DataSourcesService.AddDataSource(ctx, &datasources.AddDataSourceCommand{
OrgId: 1,
Access: datasources.DS_ACCESS_PROXY,