From 0a1a2af218e45e0e058fa05cfa657cfdf643f027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 27 Oct 2023 12:57:26 +0200 Subject: [PATCH] Connect VCS base to VCS test --- tests/e2e/Services/VCS/VCSConsoleClientTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/VCS/VCSConsoleClientTest.php b/tests/e2e/Services/VCS/VCSConsoleClientTest.php index 0b76610ade..114311d9b8 100644 --- a/tests/e2e/Services/VCS/VCSConsoleClientTest.php +++ b/tests/e2e/Services/VCS/VCSConsoleClientTest.php @@ -15,6 +15,7 @@ use Utopia\Cache\Cache; class VCSConsoleClientTest extends Scope { + use VCSBase; use ProjectCustom; use SideConsole;