Fix cypress test

This commit is contained in:
Ramon Wenger 2021-05-12 17:28:50 +02:00
parent 7b42f3c187
commit 484b7a45a6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {getModules, getMe} from '../../support/helpers';
const mocks = { const mocks = {
UUID: () => 'Whatever', UUID: () => 'Whatever',
GenericStreamFieldType: () => [], GenericStreamFieldType: () => '',
}; };
const operations = { const operations = {