Fix linting errors

This commit is contained in:
Simon Aronsson 2019-04-17 21:32:09 +02:00
parent e2228f1b0b
commit 62a95f0e48
2 changed files with 10 additions and 8 deletions

View file

@ -19,7 +19,7 @@ var _ = Describe("the container", func() {
Describe("the client", func() {
var client Client
BeforeSuite(func() {
server := mocks.NewMockApiServer()
server := mocks.NewMockAPIServer()
c, _ := cli.NewClientWithOpts(
cli.WithHost(server.URL),
cli.WithHTTPClient(server.Client(),