Skip to content

Commit

Permalink
Change the receiver type so the tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
DewaldDeJager committed Jun 5, 2023
1 parent 9c55cdb commit f87199c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mdatagen/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func Test_loadMetadata(t *testing.T) {
{
name: "metadata.yaml",
want: metadata{
Type: "test",
Type: "file",
SemConvVersion: "1.9.0",
Status: &Status{
Class: "receiver",
Expand Down
2 changes: 1 addition & 1 deletion cmd/mdatagen/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample metric metadata file with all available configurations.

type: test
type: file

sem_conv_version: 1.9.0

Expand Down

0 comments on commit f87199c

Please sign in to comment.