mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor; fix a unit test
This commit is contained in:
parent
f0be29649d
commit
51c5a9b067
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ final class AphrontHTTPSinkTestCase extends PhabricatorTestCase {
|
|||
$sink->writeResponse($response);
|
||||
|
||||
$this->assertEqual(
|
||||
'for(;;);{"x":"\u003ciframe\u003e"}',
|
||||
'for (;;);{"x":"\u003ciframe\u003e"}',
|
||||
$sink->getEmittedData(),
|
||||
"JSONResponse should prevent content-sniffing attacks.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue