Home
last modified time | relevance | path

Searched refs:withAuthorizationHeader (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/middleware/
H A Dmiddleware_basic_auth_test.go37 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()
70 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()
102 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()
H A Dtesting.go52 func (sc *scenarioContext) withAuthorizationHeader(authHeader string) *scenarioContext { func