mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-18 19:12:14 +08:00
fix unittest c4805ccb98e909b9586eea3e30c15b40fb0bbf8a
This commit is contained in:
@@ -628,7 +628,7 @@ class TestParser(unittest.TestCase):
|
||||
raw_testinfo = {
|
||||
"name": "get token",
|
||||
"base_url": "https://debugtalk.com",
|
||||
"api": "get_token",
|
||||
"api": "api/get_token.yml",
|
||||
}
|
||||
api_def_dict = loader.load_teststep(raw_testinfo)
|
||||
test_block = {
|
||||
|
||||
Reference in New Issue
Block a user