mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
fix test
This commit is contained in:
parent
d2a6aa9805
commit
742f56f008
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ test("run crawl with upload", async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ensure bucket is public
|
// ensure bucket is public
|
||||||
execSync(`docker exec ${minioId.trim()} mc config host add local http://127.0.0.1:9000 minioadmin minioadmin`);
|
execSync(`docker exec ${minioId.trim()} mc alias set local http://127.0.0.1:9000 minioadmin minioadmin`);
|
||||||
execSync(`docker exec ${minioId.trim()} mc anonymous set download local/test-bucket`);
|
execSync(`docker exec ${minioId.trim()} mc anonymous set download local/test-bucket`);
|
||||||
|
|
||||||
// wait for crawler to finish
|
// wait for crawler to finish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue