Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Nov 18, 2024
1 parent 753c58d commit 9ca6201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/httphelper/security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func Test_validatePrivateKey(t *testing.T) {
// BuildManagementApiHttpClient method
func TestBuildMTLSClient(t *testing.T) {
require := require.New(t)
api.AddToScheme(scheme.Scheme)
require.NoError(api.AddToScheme(scheme.Scheme))
decode := serializer.NewCodecFactory(scheme.Scheme).UniversalDeserializer().Decode

loadYaml := func(path string) (runtime.Object, error) {
Expand Down

0 comments on commit 9ca6201

Please sign in to comment.