Skip to content

Commit 66473c3

Browse files
committed
MAGETWO-69621: [Backport] - Unable to sort attributes table when trying to Add Attribute to a product - for 2.1
1 parent 8772b33 commit 66473c3

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Attributes

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Attributes/ListingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function setUp()
3232
'name' => 'product_attributes_grid_data_source',
3333
'primaryFieldName' => 'attribute_id',
3434
'requestFieldName' => 'id',
35-
'request' => $this->request
35+
'request' => $this->request,
3636
]
3737
);
3838
}

0 commit comments

Comments
 (0)