diff --git a/cmd/metricstest/iteration7_test.go b/cmd/metricstest/iteration7_test.go index 164b698..3dc5c83 100644 --- a/cmd/metricstest/iteration7_test.go +++ b/cmd/metricstest/iteration7_test.go @@ -10,10 +10,9 @@ import ( "syscall" "time" + "github.com/Yandex-Practicum/go-autotests/internal/fork" "github.com/go-resty/resty/v2" "github.com/stretchr/testify/suite" - - "github.com/Yandex-Practicum/go-autotests/internal/fork" ) type Iteration7Suite struct { @@ -46,6 +45,7 @@ func (suite *Iteration7Suite) SetupSuite() { {Name: "encoding/json"}, {Name: "github.com/mailru/easyjson"}, {Name: "github.com/pquerna/ffjson"}, + {Name: "github.com/labstack/echo"}, } suite.serverAddress = "http://localhost:8080" diff --git a/cmd/shortenertestbeta/iteration7_test.go b/cmd/shortenertestbeta/iteration7_test.go index 8bfc7df..ee23c7f 100644 --- a/cmd/shortenertestbeta/iteration7_test.go +++ b/cmd/shortenertestbeta/iteration7_test.go @@ -9,10 +9,9 @@ import ( "syscall" "time" + "github.com/Yandex-Practicum/go-autotests/internal/fork" "github.com/go-resty/resty/v2" "github.com/stretchr/testify/suite" - - "github.com/Yandex-Practicum/go-autotests/internal/fork" ) // Iteration7Suite является сьютом с тестами и состоянием для инкремента @@ -36,6 +35,7 @@ func (suite *Iteration7Suite) SetupSuite() { "encoding/json", "github.com/mailru/easyjson", "github.com/pquerna/ffjson", + "github.com/labstack/echo", } suite.serverAddress = "http://localhost:8080"