Add backend tests #1

Merged
bilal.catic merged 10 commits from add-backend-tests into master 2020-02-18 11:27:34 +01:00
Showing only changes of commit 991ef6bb73 - Show all commits

View File

@@ -61,7 +61,7 @@ class ImportController {
this.importJobs[jobIndex].updated_at = new Date();
}, timeout, jobIndexToUpdate);
response.send();
response.send(fullImportJob);
}
};
}