Skip to content

Commit

Permalink
MNT Update theme reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 3, 2025
1 parent 971ba30 commit 3fe8d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Control/UserDefinedFormControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setUp(): void

$config = Config::modify();
$config->set(UserDefinedFormController::class, 'maximum_email_attachment_size', "1M");
$config->merge(SSViewer::class, 'themes', ['simple', '$default']);
$config->merge(SSViewer::class, 'themes', ['startup-theme', '$default']);
}

protected function tearDown(): void
Expand Down

0 comments on commit 3fe8d31

Please sign in to comment.