change test filename

This commit is contained in:
debugtalk
2019-02-24 18:12:55 +08:00
parent 56ca99a6e8
commit d0308bbf51
2 changed files with 1 additions and 1 deletions

View File

@@ -240,7 +240,7 @@ class TestRunner(ApiServerUnittest):
def test_bugfix_type_match(self):
testcase_file_path = os.path.join(
os.getcwd(), 'tests/data/test_bugfix.yml')
os.getcwd(), 'tests/data/bugfix_type_match.yml')
testcases = loader.load_file(testcase_file_path)
test = testcases[1]["test"]