diff --git a/tests/js/tests/yii.test.js b/tests/js/tests/yii.test.js index 14ad220..daaa1e1 100644 --- a/tests/js/tests/yii.test.js +++ b/tests/js/tests/yii.test.js @@ -945,7 +945,6 @@ describe('yii', function () { describe('with xhr defined', function () { var server; - var response = {result: 'OK'}; beforeEach(function () { server = sinon.fakeServer.create();