Skip to content

Commit

Permalink
Allow overriding root URL in tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lukinovec committed Jan 16, 2025
1 parent 5d3b3d3 commit d4cc6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrappers/RootUrlBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class RootUrlBootstrapper implements TenancyBootstrapper
* that are generating URLs in things like mails, the bootstrapper should be used
* just like in any queued job.
*/
public static bool $rootUrlOverrideInTests = false;
public static bool $rootUrlOverrideInTests = true;

public function __construct(
protected Repository $config,
Expand Down

0 comments on commit d4cc6c6

Please sign in to comment.