move testserver to internal package (#7)

This commit is contained in:
Nikola Jokic
2025-10-31 14:10:56 +01:00
committed by GitHub
parent e9e5ca3282
commit 1f22d2441c
9 changed files with 1 additions and 164 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"testing"
"time"
"github.com/actions/scaleset/testserver"
"github.com/actions/scaleset/internal/testserver"
"github.com/golang-jwt/jwt/v4"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"