replace with custom superagent based on fetch API
This commit is contained in:
@@ -36,7 +36,7 @@ async function verifyMessage(pattern, fileName) {
|
||||
if (found === null) throw new Error(`${pattern} not found in ${fileName}`);
|
||||
}
|
||||
|
||||
describe('Daemon', function () {
|
||||
describe('Syslog', function () {
|
||||
this.timeout(5000);
|
||||
|
||||
after(async function () {
|
||||
|
||||
Reference in New Issue
Block a user