diff --git a/tests/integration/api/UserPrivacyTest.php b/tests/integration/api/UserPrivacyTest.php index 55f009c..d5459f6 100644 --- a/tests/integration/api/UserPrivacyTest.php +++ b/tests/integration/api/UserPrivacyTest.php @@ -27,7 +27,7 @@ public function setUp(): void $this->prepareDatabase([ 'users' => [ $this->normalUser(), - ['id' => 3, 'username' => 'normal2', 'email' => 'normal2@machine.local', 'password' => 'too-obscure', 'blocks_byobu_pd' => true] + ['id' => 3, 'username' => 'normal2', 'email' => 'normal2@machine.local', 'password' => 'too-obscure', 'blocks_byobu_pd' => true], ], ]); }