diff --git a/Infrastructure/Domain/Service/Cgrates/FakeCgrRpcClient.php b/Infrastructure/Domain/Service/Cgrates/FakeCgrRpcClient.php index cb579e4..2b63d22 100644 --- a/Infrastructure/Domain/Service/Cgrates/FakeCgrRpcClient.php +++ b/Infrastructure/Domain/Service/Cgrates/FakeCgrRpcClient.php @@ -38,7 +38,7 @@ public function send(RequestInterface $request) return new Response( 200, [], - '{"error": null}' + $this->fixedResponse ); }