Skip to content

Commit

Permalink
tests(validate_packs): add required author
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Jun 30, 2021
1 parent 3601759 commit ac4d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/__tests__/validate_packs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const getTestFile = (schemaType) => {
{
name: 'fakeobservabilitypack',
description: 'fakeDescription',
authors: [],
authors: ['fakeAuthor'],
level: 'New Relic'
},
],
Expand Down

0 comments on commit ac4d4da

Please sign in to comment.