From edf0412464b86ebb05cf64352f41412515bc8f9d Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 12 May 2022 20:37:36 +0100 Subject: [PATCH] test_all: correct path for Internet Archive test This is to make it use the rclone project's account and to remove the / in the remote name which was crashing the integration tester! --- fstest/test_all/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 5b4dd86e6..1b6bb9e1d 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -134,7 +134,7 @@ backends: remote: "TestHubic:" fastlist: false - backend: "internetarchive" - remote: "TestIA:lesmi-rclone-test/" + remote: "TestIA:rclone-integration-test" fastlist: true - backend: "jottacloud" remote: "TestJottacloud:"