Merge pull request #4296 from overleaf/jpa-cleanup-config

[config] minor cleanup

GitOrigin-RevId: 72f39e88cb91c7ed7305ade6dc46f63d7bf43ce9
This commit is contained in:
Jakob Ackermann
2021-07-08 02:08:34 +00:00
committed by Copybot
parent 5e773ce950
commit fa39ef7fe5
2 changed files with 11 additions and 33 deletions
@@ -15,10 +15,7 @@ const collaberatorRef = ObjectId()
const projectName = 'project_name_here'
const thirdPartyDataStoreApiUrl = 'http://third-party-json-store.herokuapp.com'
const httpUsername = 'user'
const httpPass = 'pass'
const siteUrl = 'http://www.localhost:3000'
const httpAuthSiteUrl = `http://${httpUsername}:${httpPass}@www.localhost:3000`
const filestoreUrl = 'filestore.sharelatex.com'
const projectArchiverUrl = 'project-archiver.overleaf.com'
@@ -38,7 +35,6 @@ describe('TpdsUpdateSender', function () {
this.request = sinon.stub().resolves()
this.settings = {
siteUrl,
httpAuthSiteUrl,
apis: {
thirdPartyDataStore: { url: thirdPartyDataStoreApiUrl },
filestore: {