Skip to content

Commit 3663ebd

Browse files
committed
chore: fix test
1 parent f989cd2 commit 3663ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/content-types/collection/collection-manager.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ describe('CollectionTypeManager CRUD Methods', () => {
8484
expect(requestSpy).toHaveBeenCalledWith('/articles?locale=en', {
8585
method: 'POST',
8686
body: JSON.stringify({ data: payload }),
87+
headers: {
88+
'Content-Type': 'application/json',
89+
},
8790
});
8891
});
8992

0 commit comments

Comments
 (0)