Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed Apr 23, 2024
1 parent 4a3376e commit b9b03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client/workflow/workflowCrud.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as fs from "fs";
const NOW = Date.now().toString() + "-workflow";
const CREATE_APP_USER_ID = import.meta.env.VITE_CLARIFAI_USER_ID;
const CLARIFAI_PAT = import.meta.env.VITE_CLARIFAI_PAT;
const CREATE_APP_ID = `test_workflow_create_delete_app_${NOW}`;
const CREATE_APP_ID = `test_create_delete_app_${NOW}`;
const MAIN_APP_ID = "main";

const workflowFile = path.resolve(__dirname, "./fixtures/general.yml");
Expand Down

0 comments on commit b9b03fa

Please sign in to comment.