Skip to content

Commit

Permalink
Update tests/BrowserTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Lück <christian@clue.engineering>
  • Loading branch information
51imyyy and clue committed Sep 12, 2022
1 parent cb2d8eb commit 51d51e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BrowserTest.php
Expand Up @@ -588,7 +588,7 @@ public function testBrowserShouldSendDefaultUserAgentHeader()
$this->browser->get('http://example.com/');
}

public function testWithoutHeaderShouldRemoveDefaultHeader()
public function testBrowserShouldNotSendDefaultUserAgentHeaderIfWithoutHeaderRemovesUserAgent()
{
$this->browser = $this->browser->withoutHeader('UsEr-AgEnT');

Expand Down

0 comments on commit 51d51e0

Please sign in to comment.