mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed obsolete 'testing-pg' env variable
no issue
This commit is contained in:
parent
c9c4dc0fe9
commit
734bcc9040
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ describe('Update Check', function () {
|
|||
updateCheck.__set__('updateCheckRequest', updateCheckRequestSpy);
|
||||
updateCheck.__set__('updateCheckResponse', updateCheckResponseSpy);
|
||||
updateCheck.__set__('updateCheckError', updateCheckErrorSpy);
|
||||
updateCheck.__set__('allowedCheckEnvironments', ['development', 'production', 'testing', 'testing-mysql', 'testing-pg']);
|
||||
updateCheck.__set__('allowedCheckEnvironments', ['development', 'production', 'testing', 'testing-mysql']);
|
||||
});
|
||||
|
||||
it('update check was never executed', function (done) {
|
||||
|
|
Loading…
Add table
Reference in a new issue