mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 01:39:39 +08:00
fix #1288: unable to go get httprunner v4
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/httprunner/httprunner/hrp/internal/builtin"
|
||||
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -22,9 +22,7 @@ var (
|
||||
demoAPIGETPath APIPath = templatesDir + "/api/get.yml"
|
||||
)
|
||||
|
||||
var (
|
||||
demoTestCaseWithThinkTimePath TestCasePath = hrpExamplesDir + "/think_time_test.json"
|
||||
)
|
||||
var demoTestCaseWithThinkTimePath TestCasePath = hrpExamplesDir + "/think_time_test.json"
|
||||
|
||||
var demoTestCaseWithPlugin = &TestCase{
|
||||
Config: NewConfig("demo with complex mechanisms").
|
||||
|
||||
Reference in New Issue
Block a user