Closed ynhummel closed 11 months ago
Fix mismatches with docs
[]int
[]string
By using golang test suit to run the tests: You can run using this comand:
LATITUDE_AUTH_TOKEN=<API-TOKEN> LATITUDE_TEST_ACTUAL_API=true LATITUDE_TEST_RECORDER=<RECORD-MODE> go test -run "^TestAccServerBasic$"
API-TOKEN: Your API Token RECORD-MODE: record to record the requests or play to replay them
record
play
What does this PR do?
Fix mismatches with docs
Description of Task to be completed?
[]int
to[]string
How should this be manually tested?
By using golang test suit to run the tests: You can run using this comand:
API-TOKEN: Your API Token RECORD-MODE:
record
to record the requests orplay
to replay them