From d7df52055152d9f85a6e48082d385e84c45f1501 Mon Sep 17 00:00:00 2001 From: neuronull Date: Fri, 2 Jun 2023 12:15:58 -0600 Subject: [PATCH] fix(http_client source): adapt int test to use breaking change of dep (#17583) - `dufs` a dep of the integration test, had a breaking change to the auth syntax - pegged the version to a specific release since this component isn't tied to a specific service --- scripts/integration/http-client/compose.yaml | 2 +- scripts/integration/http-client/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/integration/http-client/compose.yaml b/scripts/integration/http-client/compose.yaml index 69ad1c6ef3d94..a1723c93d8d1a 100644 --- a/scripts/integration/http-client/compose.yaml +++ b/scripts/integration/http-client/compose.yaml @@ -11,7 +11,7 @@ services: image: docker.io/sigoden/dufs:${CONFIG_VERSION} command: - -a - - /@user:pass + - "user:pass@/" - --auth-method - basic - /data diff --git a/scripts/integration/http-client/test.yaml b/scripts/integration/http-client/test.yaml index aa867b5b23e39..edc88113b7b6b 100644 --- a/scripts/integration/http-client/test.yaml +++ b/scripts/integration/http-client/test.yaml @@ -9,4 +9,4 @@ env: DUFS_HTTPS_ADDRESS: https://dufs-https:5000 matrix: - version: [latest] + version: ["v0.34.1"]