Skip to content

Commit 7f2facb

Browse files
committed
Fix test
1 parent 70474ab commit 7f2facb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/EndToEnd/general/IntegrationsCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function testCredentialsAndResourcesAreDeletedOnDisconnect(EndToEndTester
215215
$I->assertCount(0, $providers['convertkit']);
216216

217217
// Check cached resources are removed from the database on disconnection.
218-
$I->dontSeeCachedResourcesInDatabase($I, $this->accountID);
218+
$I->dontSeeCachedResourcesInDatabase($I, $accountID);
219219
}
220220

221221
/**

0 commit comments

Comments
 (0)