clean
This commit is contained in:
parent
994871426d
commit
6e35a53b56
4 changed files with 2 additions and 7 deletions
|
@ -19,7 +19,6 @@ import (
|
|||
"time"
|
||||
|
||||
"git.mtux.eu/darkgopher/session"
|
||||
"golang.org/x/net/publicsuffix"
|
||||
|
||||
//all impls imports here ...
|
||||
_ "git.mtux.eu/darkgopher/session/storage/files"
|
||||
|
@ -294,7 +293,7 @@ func TestRunAll(t *testing.T) {
|
|||
//all impls. subtests
|
||||
for _, pn := range session.ProviderNames() {
|
||||
var err error
|
||||
jar, _ := cookiejar.New(&cookiejar.Options{PublicSuffixList: publicsuffix.List})
|
||||
jar, _ := cookiejar.New(nil)
|
||||
testclient.Jar = jar
|
||||
|
||||
adopt := addopts[pn]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue