Skip to content

Commit

Permalink
Update HandleNotFoundTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Nov 19, 2024
1 parent c64477f commit e15eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Middleware/HandleNotFoundTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function it_handles_query_parameters()

public function it_can_preserve_query_strings()
{
config()->set('redirect.preserve_query_strings', true);
config()->set('statamic.redirect.preserve_query_strings', true);

Redirect::make()
->source('/abc?lang=nl')
Expand Down

0 comments on commit e15eb92

Please sign in to comment.