mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
Fix linting errors
This commit is contained in:
parent
e2228f1b0b
commit
62a95f0e48
2 changed files with 10 additions and 8 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue