Issue #3078639 by gabesullice, gambry: PostgreSQL automated test failing for JsonApiRegressionTest after latest changes on json_api FieldItemNormalizer

merge-requests/55/head
catch 2019-09-06 11:10:16 +01:00
parent b7d22d5933
commit 5cd49004e4
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ class JsonApiRegressionTest extends JsonApiFunctionalTestBase {
]);
// Test.
$url = Url::fromUri('internal:/jsonapi/entity_test_map_field/entity_test_map_field');
$url = Url::fromUri('internal:/jsonapi/entity_test_map_field/entity_test_map_field?sort=drupal_internal__id');
$request_options = [
RequestOptions::AUTH => [$user->getAccountName(), $user->pass_raw],
];