Skip to content

Commit 9d45484

Browse files
committed
fix(test): add publicationDate in payload
1 parent 832e16c commit 9d45484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/officialtexts/__tests__/officialtexts.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const payload = {
1212
nor: 'norNumber',
1313
title: 'title',
1414
pageUrl: 'http://string.fr',
15+
publicationDate: '2020-06-01',
1516
signatureDate: '2020',
1617
endDate: '2020',
1718
textExtract: 'string',

0 commit comments

Comments
 (0)