Skip to content

Commit

Permalink
Correct expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup committed Apr 19, 2024
1 parent 237965d commit e83c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/lints/cabf_br/lint_sub_ca_eku_valid_fields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e83c664

Please sign in to comment.