Skip to content

Commit 99ef02a

Browse files
committed
fix(http_client source): adapt int test to use breaking change of dependency
1 parent 8a741d5 commit 99ef02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/integration/http-client/compose.yaml

+1-1
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

+1-1
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)