Skip to content

Commit

Permalink
Reduce errors in tests logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 19, 2024
1 parent 3a6e3c9 commit bd60f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/fixtures/peertube-plugin-test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async function register ({ registerHook, registerSetting, settingsManager, stora

registerHook({
target: 'filter:activity-pub.activity.context.build.result',
handler: context => context.concat([ { recordedAt: 'https://schema.org/recordedAt' } ])
handler: context => context.concat([ { recordedAt: 'https://schema.org/recordedAt', videoName: 'https://schema.org/name' } ])
})

registerHook({
Expand Down

0 comments on commit bd60f17

Please sign in to comment.