forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ env: | |
DUFS_HTTPS_ADDRESS: https://dufs-https:5000 | ||
|
||
matrix: | ||
version: [latest] | ||
version: ["v0.34.1"] |