Skip to content

Commit 3e80240

Browse files
committed
Remove redundant variable assignment
Signed-off-by: Tomash Khamlai <tomash.khamlai@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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)