mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Fix naming
This commit is contained in:
parent
2060ce4ca1
commit
8c5ffc9a20
@ -28,7 +28,7 @@ describe('Content Manager End to End', () => {
|
||||
form.category,
|
||||
form.reference,
|
||||
form.product,
|
||||
form.articleWithTag,
|
||||
form.articlewithtag,
|
||||
]);
|
||||
}, 60000);
|
||||
|
||||
@ -40,7 +40,7 @@ describe('Content Manager End to End', () => {
|
||||
'category',
|
||||
'reference',
|
||||
'product',
|
||||
'articleWithTag',
|
||||
'articlewithtag',
|
||||
]),
|
||||
60000
|
||||
);
|
||||
|
||||
@ -161,7 +161,7 @@ module.exports = {
|
||||
description: '',
|
||||
collectionName: '',
|
||||
},
|
||||
articleWithTag: {
|
||||
articlewithtag: {
|
||||
attributes: [
|
||||
{
|
||||
name: 'title',
|
||||
@ -182,7 +182,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
connection: 'default',
|
||||
name: 'articleWithTag',
|
||||
name: 'articlewithtag',
|
||||
description: '',
|
||||
collectionName: '',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user