mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 10:17:35 +00:00
test: migration from Python to JavaScript
This commit is contained in:
@@ -47,12 +47,11 @@ describe('Sieve', function() {
|
||||
utility = new TestUtility(webdav)
|
||||
manageSieve = new ManageSieve(config.username, config.username, config.password)
|
||||
user = await utility.fetchUserInfo(config.username)
|
||||
|
||||
await manageSieve.authenticate()
|
||||
})
|
||||
|
||||
beforeEach(async function() {
|
||||
await _killFilters()
|
||||
await manageSieve.authenticate(true)
|
||||
})
|
||||
|
||||
afterAll(async function() {
|
||||
|
||||
Reference in New Issue
Block a user