From 0923077f2f2ebfcf464ebce56cd1889ff881df53 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 3 Nov 2015 08:49:10 -0600 Subject: [PATCH] Correct task. --- tasks/gulp-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index d0f6fcfcc8..39bca0340b 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -301,7 +301,7 @@ gulp.task('test:api-v2', ['test:prepare:server'], (done) => { gulp.task('test:api-v2:watch', ['test:prepare:server'], () => { process.env.RUN_INTEGRATION_TEST_FOREVER = true; - gulp.watch(['website/src/**', 'test/api/v2/**'], ['test:api']); + gulp.watch(['website/src/**', 'test/api/v2/**'], ['test:api-v2']); }); gulp.task('test:api-v2:safe', ['test:prepare:server'], (done) => {