loki: add cookie-handling functionality (#49978)
This commit is contained in:
@@ -37,5 +37,5 @@ func makeMockedAPI(statusCode int, contentType string, responseBytes []byte, req
|
||||
Transport: &mockedRoundTripper{statusCode: statusCode, contentType: contentType, responseBytes: responseBytes, requestCallback: requestCallback},
|
||||
}
|
||||
|
||||
return newLokiAPI(&client, "http://localhost:9999", log.New("test"), "")
|
||||
return newLokiAPI(&client, "http://localhost:9999", log.New("test"), nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user