mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 16:07:38 +08:00
refactor: rename API
This commit is contained in:
@@ -122,7 +122,7 @@ func TestLoadJSONAndRun(t *testing.T) {
|
||||
if !assert.NoError(t, err) {
|
||||
t.Fail()
|
||||
}
|
||||
err = Test(t, testcase)
|
||||
err = Run(t, testcase)
|
||||
if err != nil {
|
||||
t.Fatalf("run testcase error: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user