Skip to content

Commit

Permalink
Fix test for broken config value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Oct 27, 2020
1 parent 016cb8d commit 9727991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function it_guards_against_invalid_filters()
/** @test */
public function it_does_not_throw_invalid_filter_exception_when_disable_in_config()
{
config(['query_builder.disable_invalid_filter_query_exception' => true]);
config(['query-builder.disable_invalid_filter_query_exception' => true]);

$this
->createQueryFromFilterRequest(['name' => 'John'])
Expand Down

0 comments on commit 9727991

Please sign in to comment.