Fix: rotate access token and add test

This commit is contained in:
2025-12-07 22:06:32 +08:00
parent 8d3cd0260e
commit 4714ff7f56
8 changed files with 52 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ func Test_01_Login(t *testing.T) {
if len(cookie.Value) == 0 {
t.Fatal("empty refresh token")
}
client.SetCookie(cookie)
return
}
}