forked from hms-dbmi-cellenics/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from parsebio/fix-submit-work-hook
Fix submit work hook
- Loading branch information
Showing
4 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
exports[`getDomainSpecificContent tests check content for BIOMAGE: getDomainSpecificContent for BIOMAGE 1`] = ` | ||
Object { | ||
"adminEmail": "[email protected]", | ||
"githubOrganisationName": "biomage-org", | ||
"githubOrganisationName": "parsebio", | ||
"middlewareChecks": [Function], | ||
"moreEmailInfo": "More information about Cellenics can be found at <a href=\\"https://biomage.net\\">biomage.net</a>.<br/><br/> | ||
If you need help or have any questions, please contact us at hello@biomage.net. <br/><br/>", | ||
|
@@ -13,22 +13,10 @@ Object { | |
} | ||
`; | ||
|
||
exports[`getDomainSpecificContent tests check content for HMS: getDomainSpecificContent for HMS 1`] = ` | ||
Object { | ||
"adminEmail": "[email protected]", | ||
"githubOrganisationName": "hms-dbmi-cellenics", | ||
"middlewareChecks": [Function], | ||
"moreEmailInfo": "", | ||
"notificationEmail": "[email protected]", | ||
"podCPUs": 8, | ||
"podMemory": 57344, | ||
} | ||
`; | ||
|
||
exports[`getDomainSpecificContent tests check content for the biomage account: getDomainSpecificContent for biomage private account 1`] = ` | ||
Object { | ||
"adminEmail": "[email protected]", | ||
"githubOrganisationName": "biomage-org", | ||
"githubOrganisationName": "parsebio", | ||
"middlewareChecks": [Function], | ||
"moreEmailInfo": "More information about Cellenics can be found at <a href=\\"https://biomage.net\\">biomage.net</a>.<br/><br/> | ||
If you need help or have any questions, please contact us at hello@biomage.net. <br/><br/>", | ||
|