File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/api-functional/testsuite/Magento/Integration/Model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function setUp()
62
62
*/
63
63
public function testCreateAdminAccessToken ()
64
64
{
65
- $ adminUserNameFromFixture = 'adminUser ' ;
65
+ $ adminUserNameFromFixture = 'webapi_user ' ;
66
66
67
67
$ serviceInfo = [
68
68
'rest ' => [
@@ -143,7 +143,7 @@ public function validationDataProvider()
143
143
*/
144
144
public function testThrottlingMaxAttempts ()
145
145
{
146
- $ adminUserNameFromFixture = 'adminUser ' ;
146
+ $ adminUserNameFromFixture = 'webapi_user ' ;
147
147
148
148
$ serviceInfo = [
149
149
'rest ' => [
@@ -181,11 +181,11 @@ public function testThrottlingMaxAttempts()
181
181
}
182
182
183
183
/**
184
- * @magentoApiDataFixture Magento/User /_files/user_with_role .php
184
+ * @magentoApiDataFixture Magento/Webapi /_files/webapi_user .php
185
185
*/
186
186
public function testThrottlingAccountLockout ()
187
187
{
188
- $ adminUserNameFromFixture = 'adminUser ' ;
188
+ $ adminUserNameFromFixture = 'webapi_user ' ;
189
189
190
190
$ serviceInfo = [
191
191
'rest ' => [
You can’t perform that action at this time.
0 commit comments