Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove replace directive for golang.org/x/exp #5972

Merged
merged 17 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
ptodev committed Jan 4, 2024
commit 20b96264f3e01af475b9ff57a0228fc4ff4c0eae
6 changes: 3 additions & 3 deletions component/discovery/ovhcloud/ovhcloud_test.go
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ func TestUnmarshal(t *testing.T) {
consumer_key = "consumerkey"
service = "vps"
`,
errorMsg: "application key can not be empty",
errorMsg: "application_key can not be empty",
},
{
testName: "empty application secret",
@@ -76,7 +76,7 @@ func TestUnmarshal(t *testing.T) {
consumer_key = "consumerkey"
service = "vps"
`,
errorMsg: "application secret can not be empty",
errorMsg: "application_secret can not be empty",
},
{
testName: "empty consumer key",
@@ -88,7 +88,7 @@ func TestUnmarshal(t *testing.T) {
consumer_key = ""
service = "vps"
`,
errorMsg: "consumer key can not be empty",
errorMsg: "consumer_key can not be empty",
},
{
testName: "empty endpoint",
2 changes: 0 additions & 2 deletions converter/internal/promtailconvert/testdata/azure.river
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ discovery.azure "fun" {
managed_identity {
client_id = "client"
}
follow_redirects = true
enable_http2 = true
}

local.file_match "fun" {