remove license checking

This commit is contained in:
wizard
2023-10-07 11:55:28 +02:00
parent 640ae2e840
commit 5ba4bf3478
148 changed files with 106374 additions and 5358 deletions

View File

@@ -53,20 +53,6 @@ class SettingsTest extends TestCase
]);
}
/**
* @test
*/
public function it_try_get_secured_settings_via_public_api()
{
Setting::create([
'name' => 'purchase_code',
'value' => '15a53561-d387-4e0a-8de1-5d1bff34c1ed',
]);
$this->getJson('/api/settings?column=purchase_code')
->assertStatus(401);
}
/**
* @test
*/