skip auth test by default
This commit is contained in:
parent
3c23a975da
commit
5abe606d18
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ func init() {
|
||||||
return
|
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 {
|
func newTestScraper(skip_auth bool) *twitterscraper.Scraper {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue