skip tests that requires auth
This commit is contained in:
parent
02625a94bd
commit
b29bf22ac1
6 changed files with 21 additions and 9 deletions
|
|
@ -112,7 +112,7 @@ func TestGetProfilePrivate(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestGetProfileErrorSuspended(t *testing.T) {
|
||||
_, err := testScraper.GetProfile("123")
|
||||
_, err := testScraper.GetProfile("2")
|
||||
if err == nil {
|
||||
t.Error("Expected Error, got success")
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue