diff --git a/Repository/Tests/FieldType/AuthorIntegrationTest.php b/Repository/Tests/FieldType/AuthorIntegrationTest.php index 529c262bf..9c53d044b 100644 --- a/Repository/Tests/FieldType/AuthorIntegrationTest.php +++ b/Repository/Tests/FieldType/AuthorIntegrationTest.php @@ -42,7 +42,7 @@ public function getSettingsSchema() return array( 'defaultAuthor' => array( 'type' => 'choice', - 'default' => Type::DEFAULT_CURRENT_USER, + 'default' => Type::DEFAULT_VALUE_EMPTY, ), ); } @@ -55,7 +55,7 @@ public function getSettingsSchema() public function getValidFieldSettings() { return array( - 'defaultAuthor' => Type::DEFAULT_CURRENT_USER, + 'defaultAuthor' => Type::DEFAULT_VALUE_EMPTY, ); }