Add end 2 end testing #286
Annotations
10 errors
lint:
e2e/auth_server_test.go#L82
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
lint:
e2e/identity_api_test.go#L46
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
lint:
e2e/setup_test.go#L104
Error return value of `json.Unmarshal` is not checked (errcheck)
|
lint:
e2e/s3_server_test.go#L18
type `s3Server` is unused (unused)
|
lint:
e2e/s3_server_test.go#L24
func `setupS3Server` is unused (unused)
|
lint:
e2e/s3_server_test.go#L88
func `(*s3Server).GetClient` is unused (unused)
|
lint:
e2e/s3_server_test.go#L92
func `(*s3Server).GetVCBucket` is unused (unused)
|
lint:
e2e/s3_server_test.go#L96
func `(*s3Server).Cleanup` is unused (unused)
|
lint:
e2e/setup_test.go#L100
const `testVC` is unused (unused)
|
lint:
e2e/setup_test.go#L102
func `storeSampleVC` is unused (unused)
|