From 1ad5c3813c4e3956d30f2046bb8460c93926608d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 28 Dec 2015 18:23:34 +0100 Subject: [PATCH] correct CI s3 test server url --- run_integration_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_integration_tests.go b/run_integration_tests.go index 62693b8da..700f1d032 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -256,7 +256,7 @@ var minioConfig = ` ` var minioEnv = map[string]string{ - "RESTIC_TEST_S3_SERVER": "127.0.0.1:9000", + "RESTIC_TEST_S3_SERVER": "http://127.0.0.1:9000", "AWS_ACCESS_KEY_ID": "KEBIYDZ87HCIH5D17YCN", "AWS_SECRET_ACCESS_KEY": "bVX1KhipSBPopEfmhc7rGz8ooxx27xdJ7Gkh1mVe", }