diff --git a/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php b/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php index 46285fc..04ce440 100644 --- a/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php +++ b/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php @@ -66,10 +66,12 @@ ]) ->execute(); +$config = Yaml::decode(file_get_contents('core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml')); +$config['uuid'] = '1D52D29E-2DD8-417A-9CDA-1BBC5A013B1F'; $connection->merge('config') ->condition('name', 'views.view.rest_export_with_authorization') ->condition('collection', '') ->fields([ - 'data' => serialize(Yaml::decode(file_get_contents('core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml'))), + 'data' => serialize($config), ]) ->execute();