diff --git a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeOptionManagementInterfaceTest.php b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeOptionManagementInterfaceTest.php
index 744b861e5d0ee57d21274a13b323ff911382e903..82f7433d949ceef1b7283bcb65115d62f714a178 100644
--- a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeOptionManagementInterfaceTest.php
+++ b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductAttributeOptionManagementInterfaceTest.php
@@ -107,10 +107,10 @@ class ProductAttributeOptionManagementInterfaceTest extends WebapiAbstract
                 $optionPayload
             ],
             'option_with_value_node_that_starts_with_text' => [
-                array_merge($optionPayload , [AttributeOptionInterface::VALUE => 'some_text'])
+                array_merge($optionPayload, [AttributeOptionInterface::VALUE => 'some_text'])
             ],
             'option_with_value_node_that_starts_with_a_number' => [
-                array_merge($optionPayload , [AttributeOptionInterface::VALUE => '123_some_text'])
+                array_merge($optionPayload, [AttributeOptionInterface::VALUE => '123_some_text'])
             ],
 
         ];