Skip to content

Commit

Permalink
fix package name and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Sep 6, 2024
1 parent 576efa4 commit 1c50338
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
// limitations under the License.

// Tests that docker compose services come up and that metrics, logs, and traces are
// successfully sent from the collector to GCP. The COMPOSE_OVERRIDE_FILE environment variable
// accepts a comma-separated list of paths to additional compose files to include.
// successfully sent from the collector to GCP. See
// https://github.com/GoogleCloudPlatform/opentelemetry-operations-e2e-testing/blob/main/quickstarttest/README.md
// for details

package integration_test
package integrationtest

import (
"testing"
Expand Down

0 comments on commit 1c50338

Please sign in to comment.