fix tests
This commit is contained in:
parent
6a5df36aed
commit
cc633cb1ea
6 changed files with 214 additions and 138 deletions
7
api.go
7
api.go
|
|
@ -105,3 +105,10 @@ func (s *Scraper) GetGuestToken() error {
|
|||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Scraper) ClearGuestToken() error {
|
||||
s.guestToken = ""
|
||||
s.guestCreatedAt = time.Time{}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue