Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Oct 5, 2023
1 parent cd15e30 commit e4ac9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions receiver/k8sobjectsreceiver/unstructured_to_logdata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ func TestUnstructuredListToLogData(t *testing.T) {
objects.Items = append(objects.Items, object)
config := &K8sObjectsConfig{
gvr: &schema.GroupVersionResource{
Group: "",
Version: "events.k8s.io/v1",
Group: "events.k8s.io",
Version: "v1",
Resource: "events",
},
}
Expand Down

0 comments on commit e4ac9ae

Please sign in to comment.