RelationMultiple: Fix tests

This commit is contained in:
Gustav Hansen 2022-09-07 18:34:17 +02:00
parent f4ccbe2235
commit ddfaeed2af

View File

@ -23,14 +23,14 @@ jest.spyOn(axiosInstance, 'get').mockResolvedValue({
});
const DEFAULT_PROPS_FIXTURE = {
contentType: {
uid: 'api::address.address',
},
fieldSchema: {
type: 'relation',
relation: 'manyToMany',
target: 'api::category.category',
},
queryInfos: {
endPoint: 'collection-types/api::address.address',
},
metadatas: {
mainField: {
name: 'name',