skip auth test by default

This commit is contained in:
Valentine 2024-03-09 04:08:35 +03:00
parent 3c23a975da
commit 5abe606d18

View file

@ -55,7 +55,8 @@ func init() {
return
}
panic("None of any auth data provided, provide any variables or set SKIP_AUTH_TEST.")
skipAuthTest = true
fmt.Println("None of any auth data provided, skipping all tests that reqires auth")
}
func newTestScraper(skip_auth bool) *twitterscraper.Scraper {