Skip to content

Commit

Permalink
chore(pyroscope/scrape): configure proper configs for expected HTTPCl…
Browse files Browse the repository at this point in the history
…ientConfig error

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Apr 19, 2024
1 parent 777562f commit fd9c97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/component/pyroscope/scrape/scrape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ func TestUnmarshalConfig(t *testing.T) {
targets = []
forward_to = null
scrape_timeout = "5s"
scrape_interval = "2s"
scrape_interval = "3s"
profiling_duration = "2s"
bearer_token = "token"
bearer_token_file = "/path/to/file.token"
`,
Expand Down

0 comments on commit fd9c97c

Please sign in to comment.