We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc062d commit d3ee968Copy full SHA for d3ee968
end_to_end_tests/test_end_to_end.py
@@ -112,8 +112,7 @@ def test_custom_templates():
112
113
golden_tpls_root_dir = Path(__file__).parent.joinpath("custom-templates-golden-record")
114
for expected_difference_path in expected_difference_paths:
115
- path = Path("my-test-api-client").joinpath(expected_difference_path)
116
- expected_differences[path] = (golden_tpls_root_dir / expected_difference_path).read_text()
+ expected_differences[expected_difference_path] = (golden_tpls_root_dir / expected_difference_path).read_text()
117
118
run_e2e_test(
119
extra_args=["--custom-template-path=end_to_end_tests/test_custom_templates/"],
0 commit comments