Skip to content

Commit 6917e5d

Browse files
author
Alistair Stead
committed
Removed set of array key
@svalaskevicius Not sure why this was in place but it breaks validation of attributes and functionality seems the same after removal.
1 parent 4f77729 commit 6917e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MageTest/MagentoExtension/Context/MagentoContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function theProductsExist(TableNode $table)
110110
if (isset($row['is_in_stock'])) {
111111
$row['stock_data']['qty'] = $row['qty'];
112112
}
113-
$row['website_ids'] = array(1);
113+
114114
$fixtureGenerator->create($row);
115115
}
116116
}

0 commit comments

Comments
 (0)