Skip to content

Commit

Permalink
SOLVE GETTIKTOK
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jul 25, 2024
1 parent 3f84279 commit 3cc05f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/a_main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func TestNewTikTok(t *testing.T) {
}

func GetTikTok() (tiktok.ITiktok, error) {
clientKey := os.Getenv("clientKey")
clientSecret := os.Getenv("clientSecret")
clientKey := os.Getenv("CLIENT_KEY")
clientSecret := os.Getenv("CLIENT_SECRET")
//
c, err := tiktok.NewTikTok(clientKey, clientSecret, false)
if err != nil {
Expand Down

0 comments on commit 3cc05f7

Please sign in to comment.