Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Dec 24, 2024
1 parent be08577 commit be0e8f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/api/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package api_test

import (
"fmt"
"net/http"
"strings"
"testing"
Expand Down Expand Up @@ -429,7 +428,6 @@ func TestEndpointOptions(t *testing.T) {

for _, expectedMethod := range tt.expectedMethods {
if !contains(actualMethods, expectedMethod) {
fmt.Println(actualMethods, expectedMethod)
t.Errorf("expected method %s not found for route %s", expectedMethod, tt.route)
}
}
Expand Down

0 comments on commit be0e8f3

Please sign in to comment.