mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 09:14:49 +00:00
RelationMultiple: Fix tests
This commit is contained in:
parent
f4ccbe2235
commit
ddfaeed2af
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user