We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2cf42 commit 7f70942Copy full SHA for 7f70942
dev/tests/api-functional/testsuite/Magento/Tax/Api/TaxRateRepositoryTest.php
@@ -173,7 +173,7 @@ public function testCreateTaxRateWithoutValue()
173
} catch (\Exception $e) {
174
$errorObj = $this->processRestExceptionResult($e);
175
$this->assertEquals($expectedMessage, $errorObj['message']);
176
- $this->assertEquals(['percentage_rate'], $errorObj['parameters']);
+ $this->assertEquals(['fieldName' => 'percentage_rate'], $errorObj['parameters']);
177
}
178
179
0 commit comments