Skip to content

Commit

Permalink
Remove validator import
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Dec 21, 2024
1 parent be5ca84 commit 8979f6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/internal/tests/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package tests
import (
"KonferCA/SPUR/db"
"KonferCA/SPUR/internal/jwt"
"KonferCA/SPUR/internal/middleware"
"KonferCA/SPUR/internal/server"
"KonferCA/SPUR/internal/v1/v1_auth"
"bytes"
Expand All @@ -16,11 +17,9 @@ import (
"testing"
"time"

"github.com/go-playground/validator/v10"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"golang.org/x/crypto/bcrypt"
"KonferCA/SPUR/internal/middleware"
)

func TestAuthEndpoints(t *testing.T) {
Expand Down

0 comments on commit 8979f6d

Please sign in to comment.