diff --git a/mod/h5pactivity/tests/generator/lib.php b/mod/h5pactivity/tests/generator/lib.php index 3f4c4b2fe06..01818edb136 100644 --- a/mod/h5pactivity/tests/generator/lib.php +++ b/mod/h5pactivity/tests/generator/lib.php @@ -54,7 +54,7 @@ class mod_h5pactivity_generator extends testing_module_generator { // Fill in optional values if not specified. if (!isset($record->packagefilepath)) { - $record->packagefilepath = $CFG->dirroot.'/h5p/tests/fixtures/h5ptest.zip'; + $record->packagefilepath = $CFG->dirroot.'/h5p/tests/fixtures/ipsums.h5p'; } else if (strpos($record->packagefilepath, $CFG->dirroot) !== 0) { $record->packagefilepath = "{$CFG->dirroot}/{$record->packagefilepath}"; }