Skip to content

Commit

Permalink
fix(http_client source): adapt int test to use breaking change of dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
neuronull committed Jun 2, 2023
1 parent 8a741d5 commit 99ef02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/integration/http-client/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
image: docker.io/sigoden/dufs:${CONFIG_VERSION}
command:
- -a
- /@user:pass
- "user:pass@/"
- --auth-method
- basic
- /data
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration/http-client/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ env:
DUFS_HTTPS_ADDRESS: https://dufs-https:5000

matrix:
version: [latest]
version: ["v0.34.1"]

0 comments on commit 99ef02a

Please sign in to comment.