Skip to content

Commit

Permalink
Update pkg/apis/config/feature_flags_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jerop Kipruto <jerop@google.com>
  • Loading branch information
jagathprakash and jerop committed Apr 13, 2023
1 parent f35bc5f commit e620dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/config/feature_flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func TestIsSpireEnabled(t *testing.T) {
testCases := []struct {
name string
configmap map[string]string
expectedIsSpireEnabled bool
want bool
}{{
name: "when enable-api-fields is set to beta and non-falsifiablity is not set.",
configmap: map[string]string{
Expand Down

0 comments on commit e620dcd

Please sign in to comment.