From aa2980a463df4d3f881655d6b984ecaaf2711c94 Mon Sep 17 00:00:00 2001 From: Aaron Plave Date: Mon, 8 Jul 2024 11:33:48 -0700 Subject: [PATCH] Change default plugin env var. Test fix. --- .env | 2 +- e2e-tests/tests/plan-merge.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 62b84509eb..32b99a5e66 100644 --- a/.env +++ b/.env @@ -6,6 +6,6 @@ PUBLIC_HASURA_CLIENT_URL=http://localhost:8080/v1/graphql PUBLIC_HASURA_SERVER_URL=http://localhost:8080/v1/graphql PUBLIC_HASURA_WEB_SOCKET_URL=ws://localhost:8080/v1/graphql PUBLIC_AUTH_SSO_ENABLED=false -PUBLIC_TIME_PLUGIN_ENABLED=true +PUBLIC_TIME_PLUGIN_ENABLED=false # VITE_HOST=localhost.jpl.nasa.gov # VITE_HTTPS=true diff --git a/e2e-tests/tests/plan-merge.test.ts b/e2e-tests/tests/plan-merge.test.ts index 7656c06953..22a900baa0 100644 --- a/e2e-tests/tests/plan-merge.test.ts +++ b/e2e-tests/tests/plan-merge.test.ts @@ -44,7 +44,7 @@ test.afterAll(async () => { }); test.describe.serial('Plan Merge', () => { - const newActivityStartTime: string = '2022-005T00:00:00.000'; + const newActivityStartTime: string = '2022-005T00:00:00'; const planBranchName = uniqueNamesGenerator({ dictionaries: [adjectives, colors, animals] }); test('Add an activity to the parent plan', async () => {