do not escape the regexp qualifiers

This commit is contained in:
Girish Ramakrishnan 2016-06-24 12:54:03 -05:00
parent 86152e3f99
commit 17c5cfc44f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ describe('Cloudron backup testing', function () {
it('did send mail from cloudron user', function (done) {
imap.probe({
subject: common.regexp('^Hi from e2e test - ' + cloudron.fqdn() + '$'),
subject: common.regexp('Hi from e2e test - ' + cloudron.fqdn()),
to: common.regexp('test+' + cloudron.fqdn() + '@cloudron.io'),
body: /This release depends on you/
}, done);