Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 authored Nov 4, 2024
1 parent b8a5d65 commit 4cc82fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/otel/otel-agent/minimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (s *minimalTestSuite) TestOTelAgentInstalled() {
}

func (s *minimalTestSuite) TestOTelFlareExtensionResponse() {
utils.TestOTelFlareExtensionRespsonse(s, minimalProvidedConfig, minimalFullConfig, minimalSources)
utils.TestOTelFlareExtensionResponse(s, minimalProvidedConfig, minimalFullConfig, minimalSources)
}

func (s *minimalTestSuite) TestOTelFlareFiles() {
Expand Down
4 changes: 2 additions & 2 deletions test/new-e2e/tests/otel/utils/config_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ var otelFlareFilesZpages = []string{
"otel/otel-flare/zpages/dd-autoconfigured_debug_servicez.dat",
}

// TestOTelFlareExtensionRespsonse tests that the OTel Agent DD flare extension returns expected responses
func TestOTelFlareExtensionRespsonse(s OTelTestSuite, providedCfg string, fullCfg string, sources string) {
// TestOTelFlareExtensionResponse tests that the OTel Agent DD flare extension returns expected responses
func TestOTelFlareExtensionResponse(s OTelTestSuite, providedCfg string, fullCfg string, sources string) {
err := s.Env().FakeIntake.Client().FlushServerAndResetAggregators()
require.NoError(s.T(), err)
agent := getAgentPod(s)
Expand Down

0 comments on commit 4cc82fa

Please sign in to comment.