diff --git a/awx/ui/tests/unit/rest-stub.js b/awx/ui/tests/unit/rest-stub.js index e73c3b735b..9efa7c5ce4 100644 --- a/awx/ui/tests/unit/rest-stub.js +++ b/awx/ui/tests/unit/rest-stub.js @@ -62,8 +62,8 @@ RestStub.prototype = window.setTimeout(function() { inject(['$rootScope', function($rootScope) { $rootScope.$apply(); - }], 1000); - }); + }]); + }, 1000); } };