Fix: rotate access token and add test
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user