Merge branch '2.3' into 2.4
This commit is contained in:
@ -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)
|
||||
});
|
||||
|
Reference in New Issue
Block a user