Skip to content

Commit e8af8dc

Browse files
committed
fix test dir
1 parent a466c91 commit e8af8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/tests/endtoend/test_http_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def get_environment_variables(cls):
222222

223223
@classmethod
224224
def get_script_dir(cls):
225-
return testutils.EXTENSION_TESTS_FOLDER / 'http_v2_tests' / \
225+
return testutils.E2E_TESTS_FOLDER / 'http_v2_tests' / \
226226
'http_functions_v2' / \
227227
'fastapi'
228228

0 commit comments

Comments
 (0)