remove send_options_bots array (#129)

fixes ticket #1983

Co-authored-by: rhonda hollis <rhonda@jambonz.org>
This commit is contained in:
rhondahollis
2026-02-12 10:15:47 -07:00
committed by GitHub
parent 6f9c629379
commit a21269cb19
2 changed files with 2 additions and 4 deletions

View File

@@ -72,7 +72,6 @@ test('trunk register tests', (t) => {
})
.then(() => {
const obj = srf.locals.regbotStatus();
//console.log({obj}, 'regbot status after adding new gateway');
return t.ok(obj.total === 2 && obj.registered === 1, 'successfully added gateway that tests failure result');
})
.then(() => {