File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Webapi/Test/Unit/Model/Plugin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ public function testAfterProcessIntegrationConfigSuccess()
113
113
]
114
114
)
115
115
);
116
- $ firstInegrationId = 1 ;
116
+ $ firstIntegrationId = 1 ;
117
117
$ integrationsData1 = new \Magento \Framework \DataObject (
118
118
[
119
- 'id ' => $ firstInegrationId ,
119
+ 'id ' => $ firstIntegrationId ,
120
120
Integration::NAME => 'TestIntegration1 ' ,
121
121
Integration::EMAIL => 'test-integration1@magento.com ' ,
122
122
Integration::ENDPOINT => 'http://endpoint.com ' ,
@@ -168,9 +168,9 @@ public function testAfterProcessConfigBasedIntegrationsNoIntegrations()
168
168
*/
169
169
public function testAfterProcessConfigBasedIntegrationsSuccess ()
170
170
{
171
- $ firstInegrationId = 1 ;
171
+ $ firstIntegrationId = 1 ;
172
172
$ integrationsData1 = [
173
- 'id ' => $ firstInegrationId ,
173
+ 'id ' => $ firstIntegrationId ,
174
174
Integration::NAME => 'TestIntegration1 ' ,
175
175
Integration::EMAIL => 'test-integration1@magento.com ' ,
176
176
Integration::ENDPOINT => 'http://endpoint.com ' ,
You can’t perform that action at this time.
0 commit comments