do not escape the regexp qualifiers
This commit is contained in:
parent
86152e3f99
commit
17c5cfc44f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user