Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d33a68

Browse files
author
Constantinos Symeonides
committedMar 26, 2021
fix: Weird e2e failure
1 parent efa5e95 commit 3d33a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎end_to_end_tests/test_end_to_end.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ def test_end_to_end():
7676

7777
def test_custom_templates():
7878
run_e2e_test(
79-
extra_args=["--custom-template-path=end_to_end_tests/test_custom_templates"],
79+
extra_args=["--custom-template-path=./test_custom_templates"],
8080
expected_differences={"README.md": "my-test-api-client"},
8181
)

0 commit comments

Comments
 (0)
Please sign in to comment.