Merge pull request #5980 from VilledeMontreal/fix-v3/linter

Fix linter issuers
pull/5971/head
Matthew Fisher 6 years ago committed by GitHub
commit 5e2e7b7aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ func (suite *RegistryClientTestSuite) SetupSuite() {
// Init test client
suite.RegistryClient = NewClient(&ClientOptions{
Out: suite.Out,
Out: suite.Out,
Authorizer: Authorizer{
Client: client,
},

Loading…
Cancel
Save