Skip to content

Commit

Permalink
Update QueryStringTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jul 15, 2021
1 parent 6b656e3 commit f479fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueryStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public function it_parses_the_query_string()
{
$response = $this->get(config('legacy-loader.route_prefix').'/query_string.php?hello_world=Hello World');

$response->assertSee('Hello World');
$response->assertOk();
}
}

0 comments on commit f479fe0

Please sign in to comment.