summary refs log tree commit diff
path: root/nixos/tests/prometheus.nix
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-05-07 12:02:48 -0700
committerSergey Lukjanov <me@slukjanov.name>2020-05-08 07:40:38 -0700
commit742e5bff369241b296243fa6165894b7443bd430 (patch)
tree3224a8cb8954903fa28ea6821d876e1e0e60b116 /nixos/tests/prometheus.nix
parentf5e9e0347a3c850e55cae7c8ba8e59fc0165c9ce (diff)
prometheus: 2.17.2 -> 2.18.1
Diffstat (limited to 'nixos/tests/prometheus.nix')
-rw-r--r--nixos/tests/prometheus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/prometheus.nix b/nixos/tests/prometheus.nix
index 8bfd0c131e610..bce489168f9ff 100644
--- a/nixos/tests/prometheus.nix
+++ b/nixos/tests/prometheus.nix
@@ -179,7 +179,7 @@ in import ./make-test-python.nix {
     s3.succeed(
         "mc config host add minio "
         + "http://localhost:${toString minioPort} "
-        + "${s3.accessKey} ${s3.secretKey} S3v4",
+        + "${s3.accessKey} ${s3.secretKey} --api s3v4",
         "mc mb minio/thanos-bucket",
     )