Skip to content

Commit caf6ec2

Browse files
Manjusha.SManjusha.S
authored andcommitted
MQE-2021 : Added new attribute unique
1 parent bbed911 commit caf6ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/verification/Resources/DataActionsTest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DataActionsTestCest
3232
$I->createEntity("createdInBefore", "hook", "entity", [], []); // stepKey: createdInBefore
3333
$I->updateEntity("createdInBefore", "hook", "entity",[]); // stepKey: updateInBefore
3434
$I->deleteEntity("createdInBefore", "hook"); // stepKey: deleteInBefore
35-
$customerFields['firstname'] = "foo61f90e3156e25";
35+
$customerFields['firstname'] = "foo61f9129fd15f1";
3636
$I->createEntity("customer", "hook", "Simple_Customer_Without_Address", [], $customerFields); // stepKey: customer
3737
$I->comment('[END BEFORE HOOK]');
3838
}

0 commit comments

Comments
 (0)