diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 0213a864..5b3bdee6 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -629,14 +629,7 @@ class CentralUser extends Model implements SyncMaster public function getCreateAttributeNames(): array { - // attributes should be used when syncing resources from central to tenant DB - return [ - 'global_id', - 'name', - 'password', - 'email', - 'role' - ]; + return []; } }