Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
brettcurtis and coderabbitai[bot] authored May 18, 2024
1 parent 0a0524b commit f946710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
)

func TestGetClusterInfo(t *testing.T) {
func TestGetClusterInfoHandler(t *testing.T) {
// Create a mock HTTP client
client := &http.Client{
Transport: roundTripperFunc(func(req *http.Request) (*http.Response, error) {
Expand Down

0 comments on commit f946710

Please sign in to comment.