Skip to content

Commit

Permalink
fixing beacon data tests
Browse files Browse the repository at this point in the history
  • Loading branch information
voyvodov committed Dec 13, 2023
1 parent b6f85f1 commit 2226378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ func TestParseEvent(t *testing.T) {
args: fakeEventAsMap(fakeTestMockStateSlsReturnEvent()),
want: expectedTestMockStateSlsReturn,
},
{
name: "beacon",
args: fakeEventAsMap(fakeBeaconEvent()),
want: expectedBeacon,
},
}

p := parser.NewEventParser(false)
Expand Down

0 comments on commit 2226378

Please sign in to comment.