Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 3c0aa0b

Browse files
committed
Test suite improvements
1 parent bad1f9d commit 3c0aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def start_proxy():
11-
cmd = (settings.PATH_TO_NODE, os.path.join(os.path.dirname(__file__), 'proxy.js'),)
11+
cmd = (settings.get_path_to_node(), os.path.join(os.path.dirname(__file__), 'proxy.js'),)
1212

1313
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
1414

0 commit comments

Comments
 (0)