From e83c6640005c813a32d1b2f8368ddfe93f9361c4 Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Tue, 16 Apr 2024 10:44:46 +0200 Subject: [PATCH] Correct expected result --- v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go b/v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go index f8ba80654..b08b50399 100644 --- a/v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go +++ b/v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go @@ -32,7 +32,7 @@ func TestSubCAEKUValidFields(t *testing.T) { func TestSubCAEKUNotValidFields(t *testing.T) { inputPath := "subCAEKUNotValidFields.pem" - expected := lint.NA + expected := lint.Notice out := test.TestLint("n_sub_ca_eku_not_technically_constrained", inputPath) if out.Status != expected { t.Errorf("%s: expected %s, got %s", inputPath, expected, out.Status)