feat(website-type): add login_header_footer_color field and update related tests

This commit is contained in:
2026-07-31 12:06:13 -03:00
parent ec1d80dff2
commit 893bea1492
9 changed files with 11 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ class StoreTenantWithExtrasTest extends TestCase
$response
->assertCreated()
->assertJsonPath('data.website_type_code', 'onticket')
->assertJsonPath('data.website_type.codigo', 'onticket')
->assertJsonMissingPath('data.website_type')
->assertJsonPath('data.extras.eventConfig.title', 'Festival');
$tenant = Tenant::query()->where('codigo', 'festival')->sole();