diff --git a/test/libraries/PMA_Form_Processing_test.php b/test/libraries/PMA_Form_Processing_test.php index 333e529944..0d5af54ea4 100644 --- a/test/libraries/PMA_Form_Processing_test.php +++ b/test/libraries/PMA_Form_Processing_test.php @@ -111,7 +111,7 @@ class PMA_From_Processing_Test extends PHPUnit_Framework_TestCase PMA_Process_formset($formDisplay); $this->assertEquals( - array('HTTP/1.1 303 See Other', 'Location: index.php'), + array('HTTP/1.1 303 See Other', 'Location: index.php?lang=en&token=token'), $GLOBALS['header'] );