Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Carvalho committed Nov 4, 2014
1 parent 2936fa5 commit 49d622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cubex/Http/Visitor/VisitorTest.php
Expand Up @@ -80,7 +80,7 @@ public function testFromAppEngine()
$request = new \Cubex\Http\Request();
$server = [
'REMOTE_ADDR' => '123.123.123.123',
'SERVER_SOFTWARE' => 'Google App Engine/1.0',
'SERVER_SOFTWARE' => 'Google App Engine/1.9.15',
'X-AppEngine-Country' => 'US',
'X-AppEngine-City' => 'Mountain View',
'X-AppEngine-Region' => 'CA',
Expand Down

0 comments on commit 49d622c

Please sign in to comment.