Merge pull request #4296 from overleaf/jpa-cleanup-config
[config] minor cleanup GitOrigin-RevId: 72f39e88cb91c7ed7305ade6dc46f63d7bf43ce9
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user