diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 763433d87c8a36b72822a0e3aa78e80e95103032..c86a5ac9fc7c210c73c7c326b4a8493714a50104 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -22,7 +22,7 @@ tests_add_filter( 'muplugins_loaded', function () {
 }, 100 );
 
 putenv('WP_TESTS_DIR=' . getenv( 'WP_DEVELOP_DIR' ) . '/tests/phpunit');
-require_once( getenv( 'WC_DEVELOP_DIR' ) . '/tests/bootstrap.php' );
+require_once( getenv( 'WC_DEVELOP_DIR' ) . '/tests/legacy/bootstrap.php' );
 
 $plugins_to_active = get_option( 'active_plugins' );
 if (!is_array($plugins_to_active)) {