Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Mar 20, 2024
1 parent 473b4bd commit b446f1c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkg/baoinjector/injector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ package baoinjector
import (
"reflect"
"testing"

"github.com/stretchr/testify/assert"
)

func assertKeyDoesNotExist(t *testing.T, m map[string]string, k string) {
_, hasKey := m[k]
assert.False(t, hasKey)
}
// func assertKeyDoesNotExist(t *testing.T, m map[string]string, k string) {
// _, hasKey := m[k]
// assert.False(t, hasKey)
// }

// Enable these tests once openbao has been released, and added to the ci as a service

Expand Down

0 comments on commit b446f1c

Please sign in to comment.