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

Commit 3e80240

Browse files
committed
Remove redundant variable assignment
Signed-off-by: Tomash Khamlai <[email protected]>
1 parent cdbd452 commit 3e80240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCustomerCartTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private function revokeCustomerToken(): void
201201
}
202202
QUERY;
203203

204-
$response = $this->graphQlMutation($query, [], '', $this->getHeaderMap());
204+
$this->graphQlMutation($query, [], '', $this->getHeaderMap());
205205
}
206206

207207
/**

0 commit comments

Comments
 (0)