Skip to content

Commit 6a5a624

Browse files
committed
160 - Delete unused variables
1 parent f65b6b5 commit 6a5a624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ public function testRevokeCustomerTokenForGuestCustomer()
5454
'GraphQL response contains errors: Current customer' . ' ' .
5555
'does not have access to the resource "customer"'
5656
);
57-
$response = $this->graphQlQuery($query, [], '');
57+
$this->graphQlQuery($query, [], '');
5858
}
5959
}

0 commit comments

Comments
 (0)