From a0e49a0bfae794d2b59f513866cd3db43028807c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 17 Nov 2021 11:22:20 +0100 Subject: [PATCH] Update tests/e2e/Services/Account/AccountBase.php Co-authored-by: kodumbeats --- tests/e2e/Services/Account/AccountBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 18c5ff162c..fc615fef8e 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -388,7 +388,6 @@ trait AccountBase $this->assertEquals($response['body']['logs'][0], $responseLimit['body']['logs'][0]); - $responseOffset = $this->client->call(Client::METHOD_GET, '/account/logs', array_merge([ 'origin' => 'http://localhost', 'content-type' => 'application/json',