Skip to content

Commit

Permalink
fixed Cgrates/FakeCgrRpcClient response
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Feb 13, 2023
1 parent 1e9816e commit 21ee5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infrastructure/Domain/Service/Cgrates/FakeCgrRpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function send(RequestInterface $request)
return new Response(
200,
[],
'{"error": null}'
$this->fixedResponse
);
}

Expand Down

0 comments on commit 21ee5d7

Please sign in to comment.