Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-05-14 09:45:28 +03:00
2 changed files with 23 additions and 16 deletions

View File

@ -278,5 +278,12 @@ describe("Create/Destroy Commands", function() {
.should.be.rejected
})
it('create filter with equals sign in parameters', function() {
return verifyCommand('create filter test-filter regexfilter match=/this=is=a=test/ replace=test-passed',
'filters/test-filter')
.then(() => doCommand('destroy filter test-filter'))
.should.be.fulfilled
})
after(stopMaxScale)
});