Skip to content

Commit 228eea6

Browse files
CABPI-470::Enable IMS With invalid Credentials - Fixed static test failure
1 parent 05ab03f commit 228eea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AdobeIms/Test/Unit/Model/AuthorizationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function () use (&$urlParts) {
7878
$this->uriMock->expects($this->any())
7979
->method('getQuery')
8080
->willReturnCallback(
81-
function () use (&$urlParts) {
81+
function () {
8282
return 'callback=' . self::REDIRECT_URL;
8383
}
8484
);

0 commit comments

Comments
 (0)