Closed hiroyuki-sato closed 2 months ago
Self solved.
node
command only.diff --git a/tests/postman/collections/copy_files.json b/tests/postman/collections/copy_files.json
index 75b779f4..0fc3121e 100644
--- a/tests/postman/collections/copy_files.json
+++ b/tests/postman/collections/copy_files.json
@@ -34,7 +34,7 @@
"header": [
{
"key": "Authorization",
- "value": "Basic {{basic_auth}}",
+ "value": "Bearer {{basic_auth}}",
"description": ""
}
],
Hello, team.
I want to do an automatic addon test using real S3-compatible storage. (I want to check an All APIs work on s3-compatible storage) It seems useful to use the WaterButler testing system.
I'm reading this document. https://waterbutler.readthedocs.io/en/latest/testing.html
Questions
newman run tests/postman/collections/copy_files.json -e copy_file_sample.json
run inside WaterButler image? (docker-compose up
wb,
quay.io/centerforopenscience/wb:develop`?)Best regards.