Freshchat API client library using Go, https://developers.freshchat.com/api/#whatsapp.
To run the integration tests, we need to do the following:
- Make a new copy of
.env.example
to.env
by running this command below:
cat .env.example > .env
- Fill the new .env with the parameter that we already prepared.
- Run the tests by running this command:
go test -v -race -tags=integration -covermode=atomic ./...