Fixed tests

Signed-off-by: Tom Runyon <tom@defenseunicorns.com>
pull/11623/head
Tom Runyon 3 years ago
parent 89350e3fec
commit 4225e255d2
No known key found for this signature in database
GPG Key ID: D1CF51977E0E790F

@ -497,7 +497,7 @@ func (suite *RegistryClientTestSuite) Test_4_Logout() {
// error as logout happened for TLSDockerRegistryHost in last step
err = suite.RegistryClientWithCA.Logout(suite.TLSDockerRegistryHost)
suite.NotNil(err, "no error logging out of insecure registry with ca cert")
suite.Nil(err, "no error logging out of registry with ca cert")
}

Loading…
Cancel
Save