scottdware/go-bigip

Contributing?

stobias123 opened this issue · 1 comments

Any docs on how to run test suite or maybe contribute?

I ask because I get the below when executing go test

$go test
HTTP 500 :: internal server error
{
  "token": "KZ44TOKEN7SNOTZNR7D7UP24SC",
  "name": "KZ44TOKEN7SNOTZNR7D7UP24SC",
  "userName": "a-user",
  "authProviderName": "tmos",
  "user": {
    "link": "https://localhost/mgmt/cm/system/authn/providers/tmos/1f44a60e-11a7-3c51-a49f-82983026b41b/users/40994460-44e3-3a09-8837-2189119665e5"
  },
  "timeout": 0,

go test -v shows me I'm passing tests.

chalk it up to being a go noob