From 17c4e3e5cd074e2227bfe32655aedb8b18c2b613 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Thu, 24 Oct 2024 16:05:48 -0700 Subject: [PATCH] remove one space --- .github/workflows/pr-Integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-Integration-tests.yml b/.github/workflows/pr-Integration-tests.yml index e8fc69c10bb..5ff5fe8cf38 100644 --- a/.github/workflows/pr-Integration-tests.yml +++ b/.github/workflows/pr-Integration-tests.yml @@ -91,7 +91,7 @@ jobs: cd deployment/docker_compose ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=true \ MULTI_TENANT=true \ - AUTH_TYPE=basic \ + AUTH_TYPE=basic \ REQUIRE_EMAIL_VERIFICATION=false \ DISABLE_TELEMETRY=true \ IMAGE_TAG=test \