mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
chore(packaging): debian 12
This commit is contained in:
@@ -9,6 +9,7 @@ let prefs, webdav, utility, manageSieve, user
|
||||
describe('Sieve', function() {
|
||||
|
||||
async function _getSogoSieveScript() {
|
||||
await manageSieve.authenticate(true)
|
||||
const scripts = await manageSieve.listScripts()
|
||||
|
||||
expect(Object.keys(scripts))
|
||||
@@ -59,7 +60,6 @@ describe('Sieve', function() {
|
||||
|
||||
beforeEach(async function() {
|
||||
await _killFilters()
|
||||
await manageSieve.authenticate(true)
|
||||
})
|
||||
|
||||
afterAll(async function() {
|
||||
|
||||
Reference in New Issue
Block a user