소스 검색

[Tests] Fix yaml loader local path

monf 8 년 전
부모
커밋
a42ca62eae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tests/test_yaml_loader.py

+ 1 - 1
Tests/test_yaml_loader.py

@@ -13,7 +13,7 @@ class TestYAMLLoader(unittest.TestCase):
 
     def test_get_config(self):
 
-        valid_file_path_to_test = "core/Tests/brains/brain_test.yml"
+        valid_file_path_to_test = "Tests/brains/brain_test.yml"
         invalid_file_path = "brains/non_existing_brain.yml"
         expected_result = [
             {'signals': [{'order': 'test_order'}],