Skip to content

Commit de246ed

Browse files
author
Ivan Tagil
committed
CMP-41 - Bug fixing
1 parent d97fd2f commit de246ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/ApiTestService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testApiConnection(): array
6161
];
6262

6363
if (!empty($this->apiConnectionData)) {
64-
$errors = $this->validateData($this->apiConnectionData);
64+
$errors = $this->validateData();
6565
$resultData['errors'] = $errors;
6666

6767
if (empty($errors)) {

0 commit comments

Comments
 (0)