Fix naming

This commit is contained in:
Alexandre Bodin 2019-07-09 09:25:22 +02:00
parent 2060ce4ca1
commit 8c5ffc9a20
2 changed files with 4 additions and 4 deletions

View File

@ -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
);

View File

@ -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: '',
},