diff --git a/tests/Control/GetFeature.html b/tests/Control/GetFeature.html
index 6951425ac6..be9803329f 100644
--- a/tests/Control/GetFeature.html
+++ b/tests/Control/GetFeature.html
@@ -29,7 +29,7 @@
read: function(obj) {
obj.callback.call(obj.scope, {
features: [feature1, feature2],
- code: 1
+ success: function() {return true;}
});
}
}),
@@ -72,7 +72,7 @@
read: function(obj){
obj.callback.call(obj.scope, {
features: [feature1, feature2],
- code: 1
+ success: function() {return true;}
});
return response;
},