We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa5e95 commit 3d33a68Copy full SHA for 3d33a68
end_to_end_tests/test_end_to_end.py
@@ -76,6 +76,6 @@ def test_end_to_end():
76
77
def test_custom_templates():
78
run_e2e_test(
79
- extra_args=["--custom-template-path=end_to_end_tests/test_custom_templates"],
+ extra_args=["--custom-template-path=./test_custom_templates"],
80
expected_differences={"README.md": "my-test-api-client"},
81
)
0 commit comments