diff --git a/core/modules/migrate_drupal/src/Tests/d6/MigrateUserProfileEntityFormDisplayTest.php b/core/modules/migrate_drupal/src/Tests/d6/MigrateUserProfileEntityFormDisplayTest.php
index 627c8d9..cd65562 100644
--- a/core/modules/migrate_drupal/src/Tests/d6/MigrateUserProfileEntityFormDisplayTest.php
+++ b/core/modules/migrate_drupal/src/Tests/d6/MigrateUserProfileEntityFormDisplayTest.php
@@ -118,6 +118,7 @@ public function testUserProfileEntityFormDisplay() {
     $component = $display->getComponent('profile_love_migrations');
     $this->assertEqual($component['type'], 'boolean_checkbox');
     $this->assertEqual($component['settings']['display_label'], true);
+    $this->assertIdentical($component['third_party_settings'], []);
   }
 
 }
