mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
codecov, migrations, orchestrator fixes
This commit is contained in:
@@ -81,7 +81,8 @@ class TestRedirectsWithChrome(TestCase):
|
||||
# Run redirects hook with the active Chrome session
|
||||
result = subprocess.run(
|
||||
['node', str(REDIRECTS_HOOK), f'--url={test_url}', f'--snapshot-id={snapshot_id}'],
|
||||
cwd=str(snapshot_chrome_dir),
|
||||
cwd=str(snapshot_chrome_dir,
|
||||
env=get_test_env()),
|
||||
capture_output=True,
|
||||
text=True,
|
||||
timeout=60,
|
||||
|
||||
Reference in New Issue
Block a user