Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
shalper2 committed Sep 13, 2023
1 parent af05d7b commit 7ce462f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions receiver/splunkenterprisereceiver/scraper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ func TestScraper(t *testing.T) {
require.NoError(t, err)

expectedFile := filepath.Join("testdata", "scraper", "expected.yaml")
// golden.WriteMetrics(t, expectedFile, actualMetrics) // run tests with this line whenever metrics are modified

// golden.WriteMetrics(t, expectedFile, actualMetrics) // run tests with this line whenever metrics are modified

expectedMetrics, err := golden.ReadMetrics(expectedFile)
require.NoError(t, err)
Expand Down

0 comments on commit 7ce462f

Please sign in to comment.