()
| 923 | } |
| 924 | |
| 925 | func (p *ProcessCookieTest) LoadCookiedSession() (*sessions.SessionState, error) { |
| 926 | return p.proxy.LoadCookiedSession(p.req) |
| 927 | } |
| 928 | |
| 929 | func TestLoadCookiedSession(t *testing.T) { |
| 930 | pcTest, err := NewProcessCookieTestWithDefaults() |
no outgoing calls
no test coverage detected