Skip to content

Commit

Permalink
Added changes related to golint
Browse files Browse the repository at this point in the history
  • Loading branch information
tssushma committed Dec 26, 2023
1 parent 91f74d3 commit dcf941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/csi_extension_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var _ = Describe("csi-extension-server", func() {
})

fmt.Printf("Starting server at port 9028\n")
go net/http.ListenAndServe(":9028", nil)
go http.ListenAndServe(":9028", nil)

response, err := ctrlSvc.ValidateVolumeHostConnectivity(context.Background(), req)
Expect(err).To(BeNil())
Expand Down

0 comments on commit dcf941b

Please sign in to comment.