mirror of
https://gitgud.io/yats/libkiwi.git
synced 2026-06-20 10:05:24 -04:00
Fix overwrite of existing cookiejar.
This commit is contained in:
@@ -63,6 +63,13 @@ func TestLogin(t *testing.T) {
|
||||
}
|
||||
t.Logf("2FA response: %+v\n", lr)
|
||||
}
|
||||
|
||||
session, err := kf.RefreshSession(ctx)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
}
|
||||
t.Logf("xf_session: %s\n", session)
|
||||
}
|
||||
|
||||
func genTest2FACode() (uint32, error) {
|
||||
|
||||
Reference in New Issue
Block a user