Skip to content

Commit c3f2efd

Browse files
committed
🐛 fix: Remover import no usado en tests de integración
- Remover import 'github.com/stretchr/testify/assert' que no se estaba usando - Mantener solo 'github.com/stretchr/testify/suite' que sí se utiliza - Arregla error de go vet en CI/CD pipeline
1 parent d81dd8e commit c3f2efd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/api_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"testing"
1111

1212
"github.com/gin-gonic/gin"
13-
"github.com/stretchr/testify/assert"
1413
"github.com/stretchr/testify/suite"
1514

1615
"tecnica_backend/internal/adapters/primary/http/handlers"

0 commit comments

Comments
 (0)