Searched refs:withAuthorizationHeader (Results 1 – 2 of 2) sorted by relevance
37 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()70 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()102 sc.fakeReq("GET", "/").withAuthorizationHeader(authHeader).exec()
52 func (sc *scenarioContext) withAuthorizationHeader(authHeader string) *scenarioContext { func