diff --git a/core/modules/contact/src/Tests/ContactPersonalTest.php b/core/modules/contact/src/Tests/ContactPersonalTest.php index 8859b16..ade1b69 100644 --- a/core/modules/contact/src/Tests/ContactPersonalTest.php +++ b/core/modules/contact/src/Tests/ContactPersonalTest.php @@ -227,7 +227,7 @@ function testPersonalContactAccess() { $this->container->get('module_installer')->uninstall(['contact']); $this->contactUserPreEnable = $this->drupalCreateUser(); $this->container->get('module_installer')->install(['contact']); - $edit = ['contact_default_status' => TRUE, 'contact_default_scope' => 1]; + $edit = ['contact_default_status' => TRUE]; $this->drupalPostForm('admin/config/people/accounts', $edit, t('Save configuration')); $this->drupalLogin($this->webUser); $this->drupalGet('user/' . $this->adminUser->id() . '/contact');