Skip to content

Commit d7df520

Browse files
authored
fix(http_client source): adapt int test to use breaking change of dep (vectordotdev#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
1 parent 8a741d5 commit d7df520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/integration/http-client/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
image: docker.io/sigoden/dufs:${CONFIG_VERSION}
1212
command:
1313
- -a
14-
- /@user:pass
14+
- "user:pass@/"
1515
- --auth-method
1616
- basic
1717
- /data

scripts/integration/http-client/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ env:
99
DUFS_HTTPS_ADDRESS: https://dufs-https:5000
1010

1111
matrix:
12-
version: [latest]
12+
version: ["v0.34.1"]

0 commit comments

Comments
 (0)