Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathsreekanth committed Dec 13, 2024
1 parent 476a792 commit 9f109d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func TestLogRequest(t *testing.T) {

logRequest(context.Background(), req, logFunc)

//Test case: Error in WriteIndented
// Test case: Error in WriteIndented
req, err = http.NewRequest("GET", "https://example.com/instances", nil)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 9f109d2

Please sign in to comment.