diff --git a/tests/plugin.xml b/tests/plugin.xml
index f7e902a..7b39371 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -26,7 +26,7 @@
Cordova Camera Plugin Tests
Apache 2.0
-
+
diff --git a/tests/tests.js b/tests/tests.js
index 222a839..0c85188 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -177,7 +177,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {
ft.onprogress = function (progressEvent) {
console.log('progress: ' + progressEvent.loaded + ' of ' + progressEvent.total);
};
- var server = "http://cordova-filetransfer.jitsu.com";
+ var server = "http://sheltered-retreat-43956.herokuapp.com";
ft.upload(pictureUrl, server + '/upload', win, fail, options);
function win(information_back) {