Skip to content

Commit

Permalink
corrige file path
Browse files Browse the repository at this point in the history
  • Loading branch information
edmarSoaress committed Aug 25, 2023
1 parent a0823cb commit 332b37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function testCreateSuccess(): void

public function testGetSuccess(): void
{
$file_path = '../../../Resources/Mocks/Response/Cardtoken/card_token_get.json';
$file_path = '../../../Resources/Mocks/Response/CardToken/card_token_get.json';
$mock_http_request = $this->mockHttpRequest($file_path, 200);

$http_client = new MPDefaultHttpClient($mock_http_request);
Expand Down

0 comments on commit 332b37b

Please sign in to comment.