mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
test: add test that cookie jar loads cookies
This commit is contained in:
@ -41,7 +41,7 @@ type GetterSetter interface {
|
||||
}
|
||||
|
||||
func NewCookieJar(getterSetter GetterSetter) (*Jar, error) {
|
||||
pantry := &pantry{prefs: getterSetter}
|
||||
pantry := &pantry{gs: getterSetter}
|
||||
|
||||
cookies, err := pantry.loadCookies()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user