Skip to content

Commit cffaa9a

Browse files
committed
chore(nodes): move tool_http_request tests
1 parent dde0cc0 commit cffaa9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes/test/test_rate_limiter.py renamed to nodes/test/tool_http_request/test_rate_limiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Add the node source directory to sys.path so we can import the module
1919
# without triggering the top-level nodes/__init__.py (which requires the
2020
# engine runtime).
21-
sys.path.insert(0, str(Path(__file__).resolve().parent.parent / 'src' / 'nodes' / 'tool_http_request'))
21+
sys.path.insert(0, str(Path(__file__).resolve().parent.parent.parent / 'src' / 'nodes' / 'tool_http_request'))
2222

2323
from rate_limiter import RateLimiter, RateLimitError # noqa: E402
2424

0 commit comments

Comments
 (0)