Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Aug 19, 2024
1 parent 18d70a3 commit 4730586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestConvertScrapeConfig(t *testing.T) {
ProxyURL: ptr.To("http://proxy.com"),
HonorTimestamps: ptr.To(true),
VMScrapeParams: &vmv1beta1.VMScrapeParams{DisableCompression: ptr.To(false)},
Path: "/test",
Path: "/test",
},
StaticConfigs: []vmv1beta1.StaticConfig{
{
Expand Down

0 comments on commit 4730586

Please sign in to comment.