replace with custom superagent based on fetch API

This commit is contained in:
Girish Ramakrishnan
2025-02-14 17:26:54 +01:00
parent 68a08b1f62
commit 8e58349bfa
66 changed files with 1086 additions and 1031 deletions
+1 -1
View File
@@ -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 () {