Skip to content

Commit

Permalink
[cmd/telemetrygen] add missing license header to new file
Browse files Browse the repository at this point in the history
  • Loading branch information
James Neill committed Sep 20, 2023
1 parent c6bcccc commit d3bdb2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/telemetrygen/config_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package main

import (
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"
)

// TestConfig_HTTPPath verifies that the HTTPPath configuration defaults are correctly set for each sub-command.
Expand Down

0 comments on commit d3bdb2d

Please sign in to comment.