diff --git a/tests/SoapModelAccessTest.php b/tests/SoapModelAccessTest.php
index fcbdee04c..58202d2f9 100644
--- a/tests/SoapModelAccessTest.php
+++ b/tests/SoapModelAccessTest.php
@@ -56,7 +56,7 @@ XML;
'editor@test.com',
'wrongpassword'
);
- $this->assertEquals('Forbidden', $soapResponse);
+ $this->assertEquals('Unauthorized', $soapResponse);
// Check that the details weren't saved
$c = $this->getTestSoapConnection();