Skip to content

Commit 0ff6bc9

Browse files
fix(test): drop unused fiber import
Three failed pushes in a row reminds the discipline: when modifying the file, re-run go build before each push. Locally verified green this time before push.
1 parent 58b67a7 commit 0ff6bc9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/middleware/optional_auth_strict_invalid_claims_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
"testing"
1818
"time"
1919

20-
"github.com/gofiber/fiber/v2"
2120
jwt "github.com/golang-jwt/jwt/v4"
2221
"github.com/google/uuid"
2322
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)