Skip to content

Commit d3ee968

Browse files
p1-radbanty
andauthored
Update end_to_end_tests/test_end_to_end.py
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 4cc062d commit d3ee968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: end_to_end_tests/test_end_to_end.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ def test_custom_templates():
112112

113113
golden_tpls_root_dir = Path(__file__).parent.joinpath("custom-templates-golden-record")
114114
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()
115+
expected_differences[expected_difference_path] = (golden_tpls_root_dir / expected_difference_path).read_text()
117116

118117
run_e2e_test(
119118
extra_args=["--custom-template-path=end_to_end_tests/test_custom_templates/"],

0 commit comments

Comments
 (0)