Skip to content

Commit d103842

Browse files
committed
MQE-1427: Support _CREDS in <magentoCLI> action and in Data
-Correcting final verification tests.
1 parent cd0d237 commit d103842

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dev/tests/verification/Resources/ActionGroupWithStepKeyReferences.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ActionGroupWithStepKeyReferencesCest
6464
"test",
6565
"{$action8}",
6666
[],
67-
[]
67+
null
6868
);
6969

7070
$I->comment("[action9ActionGroup] update '1' entity to '{$action9}'");

dev/tests/verification/Resources/PersistenceActionGroupAppendingTest.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class PersistenceActionGroupAppendingTestCest
3939
"createDataACTIONGROUPBEFORE",
4040
"hook",
4141
"newEntity",
42-
[],
4342
[]
4443
);
4544

@@ -55,7 +54,7 @@ class PersistenceActionGroupAppendingTestCest
5554
"hook",
5655
"someEneity",
5756
[],
58-
[]
57+
null
5958
);
6059

6160
$I->comment(PersistedObjectHandler::getInstance()->retrieveEntityField('createData', 'field', 'hook'));
@@ -101,7 +100,7 @@ class PersistenceActionGroupAppendingTestCest
101100
"test",
102101
"someEneity",
103102
[],
104-
[]
103+
null
105104
);
106105

107106
$I->comment(PersistedObjectHandler::getInstance()->retrieveEntityField('createDataACTIONGROUP', 'field', 'test'));

0 commit comments

Comments
 (0)