Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 21f4a33

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-84702: [SE Dev] Error Messages edits, part 1 (966 of 1166 total)
- several messages are updated
1 parent 143b1fc commit 21f4a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RestErrorHandlingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testUnauthorized()
7373
$serviceInfo,
7474
[],
7575
WebapiException::HTTP_UNAUTHORIZED,
76-
"The consumer isn't authorized to access %resources.",
76+
"The consumer isn't authorized to access %1.",
7777
['resourceN']
7878
);
7979
}

0 commit comments

Comments
 (0)