Skip to content

Commit 6818624

Browse files
committed
f
1 parent 36e9dee commit 6818624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/installer/cli/install_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,10 +981,11 @@ func Test_preRunInstallCommon(t *testing.T) {
981981
wantErr bool
982982
}{
983983
{
984-
name: "valid license file",
984+
name: "invalid license file returns ErrNotALicenseFile",
985985
flags: &InstallCmdFlags{
986986
licenseFile: "testing/assets/release-restore-newdr/notalicense.yaml",
987987
},
988+
wantErr: true,
988989
},
989990
}
990991

0 commit comments

Comments
 (0)