Skip to content

Commit

Permalink
Change default plugin env var. Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Jul 8, 2024
1 parent 39681c3 commit aa2980a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion e2e-tests/tests/plan-merge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit aa2980a

Please sign in to comment.