Skip to content

Commit e5ac835

Browse files
committed
update
1 parent 24d3e92 commit e5ac835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/workbench/import-tutorials.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { deleteStandaloneDatabaseApi } from '../../../helpers/api/api-database';
99

1010
const myRedisDatabasePage = new MyRedisDatabasePage();
1111
const workbenchPage = new WorkbenchPage();
12-
const filePath = path.join('..', '..', '..', 'test-data', 'upload-tutorials', 'sample.zip');
12+
const filePath = path.join('..', '..', '..', 'test-data', 'upload-tutorials', 'tutorialTest.zip');
1313
const tutorialName = 'tutorialTest';
1414
const tutorialName2 = 'tutorialTestByLink';
1515
const link = 'https://drive.google.com/uc?id=1puRUoT8HmyZCekkeWNxBzXe_48TzXcJc&export=download';

0 commit comments

Comments
 (0)