thousandeyes / thousandeyes-sdk-go

Thousandeyes golang API wrapper
Apache License 2.0
12 stars 23 forks source link

fix: change DownloadLimit to correct type (int) #119

Closed AaronVickers closed 1 year ago

AaronVickers commented 1 year ago

HTTP Server test attribute DownloadLimit was set to string, it should be int.

Fixes #82

shahid-te commented 1 year ago

Looks good. Only minor suggestion is to consider adding/updating a test in http_server_test.go