diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 6d981d794a9bfd2bc854106c55f503dc79bb71ba..011af197694598fa2cf6c0531cb5ae5b4c5c66dd 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -27,5 +27,5 @@ tests_add_filter( 'muplugins_loaded', function () {
 //new \WPDesk\Notice\AjaxHandler( 'http://test.com/test/vendor/' );
 
 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' ) . '/legacy/tests/bootstrap.php' );