Ensure test fails without causing panic

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/12769/head
Evans Mungai 2 months ago
parent 3c4d0bb061
commit bdaa93b969
No known key found for this signature in database
GPG Key ID: BBEB812143DD14E1

@ -351,7 +351,7 @@ func testPull(suite *TestSuite) {
// full pull with chart and prov
result, err := suite.RegistryClient.Pull(ref, PullOptWithProv(true))
suite.Nil(err, "no error pulling a chart with prov")
suite.Require().Nil(err, "no error pulling a chart with prov")
// Validate the output
// Note: these digests/sizes etc may change if the test chart/prov files are modified,

Loading…
Cancel
Save