File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ import (
44 "database/sql"
55 "errors"
66 "fmt"
7- "github.com/lamoda/gonkey/output/allure_report"
8- testingOutput "github.com/lamoda/gonkey/output/testing"
9- aerospikeAdapter "github.com/lamoda/gonkey/storage/aerospike"
10- mongoAdapter "github.com/lamoda/gonkey/storage/mongo"
11- "go.mongodb.org/mongo-driver/mongo"
127 "net/http/httptest"
138 "net/url"
149 "os"
@@ -17,6 +12,7 @@ import (
1712
1813 "github.com/aerospike/aerospike-client-go/v5"
1914 "github.com/joho/godotenv"
15+ "go.mongodb.org/mongo-driver/mongo"
2016
2117 "github.com/lamoda/gonkey/checker"
2218 "github.com/lamoda/gonkey/checker/response_body"
@@ -26,6 +22,10 @@ import (
2622 "github.com/lamoda/gonkey/mocks"
2723 "github.com/lamoda/gonkey/models"
2824 "github.com/lamoda/gonkey/output"
25+ "github.com/lamoda/gonkey/output/allure_report"
26+ testingOutput "github.com/lamoda/gonkey/output/testing"
27+ aerospikeAdapter "github.com/lamoda/gonkey/storage/aerospike"
28+ mongoAdapter "github.com/lamoda/gonkey/storage/mongo"
2929 "github.com/lamoda/gonkey/testloader/yaml_file"
3030 "github.com/lamoda/gonkey/variables"
3131)
You can’t perform that action at this time.
0 commit comments