diff --git a/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php b/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
index 0e92917c193e013ae71e74a13d3803d3e317833a..f9feddf42bc766ca1d49d45dcba02605aa983f40 100644
--- a/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
+++ b/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
@@ -166,7 +166,7 @@ protected function setUpTerm() {
    */
   protected function setUpTermReferenceField() {
     entity_create('field_storage_config', array(
-      'name' => $this->termFieldName,
+      'field_name' => $this->termFieldName,
       'entity_type' => 'node',
       'type' => 'taxonomy_term_reference',
       'cardinality' => FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED,