Merge "Improve handling of uncommitted DB txns with "uncaught" exceptions"
[lhc/web/wiklou.git] / tests / phpunit / includes / exception / ThrottledErrorTest.php
index 8995a0d..bdb143f 100644 (file)
@@ -37,7 +37,7 @@ class ThrottledErrorTest extends MediaWikiTestCase {
                        ->getMock();
                $mock->expects( $this->once() )
                        ->method( 'setStatusCode' )
-                       ->with( 503 );
+                       ->with( 429 );
                return $mock;
        }