mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Ensure test fails without causing panic
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
This commit is contained in:
parent
3c4d0bb061
commit
bdaa93b969
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue