skip tests that requires auth

This commit is contained in:
Valentine 2024-03-08 19:23:39 +03:00
parent 02625a94bd
commit b29bf22ac1
6 changed files with 21 additions and 9 deletions

View file

@ -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 {