GetTrends required login

This commit is contained in:
Alexander Sheiko 2023-07-07 13:20:05 +03:00
parent 41b7e80ee8
commit 53d4add980
2 changed files with 5 additions and 5 deletions

View file

@ -22,4 +22,4 @@ jobs:
uses: actions/checkout@v3
- name: Test
run: go test -v -run '^(TestGetGuestToken|TestLoginOpenAccount|TestGetProfile|TestGetProfilePrivate|TestGetProfileErrorSuspended|TestGetProfileErrorNotFound|TestGetUserIDByScreenName|TestGetTweets|TestGetTrends)$'
run: go test -v -run '^(TestGetGuestToken|TestLoginOpenAccount|TestGetProfile|TestGetProfilePrivate|TestGetProfileErrorSuspended|TestGetProfileErrorNotFound|TestGetUserIDByScreenName|TestGetTweets)$'