Skip to content
Snippets Groups Projects
Unverified Commit d228acab authored by Joas Schilling's avatar Joas Schilling
Browse files

Set a status code when setting a body

parent a94f9d8d
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ class FakeLockerPlugin extends ServerPlugin {
new LockDiscovery([$lockInfo])
]);
$response->setStatus(200);
$response->setBody($body);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment