mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Update uniport tests to use new config
This commit is contained in:
committed by
Vinnie Falco
parent
65c9c45ec6
commit
9479c0e12d
@@ -421,7 +421,7 @@ suite("Uniport tests", function () {
|
||||
define_suite(name, function () {
|
||||
var protocols = client_protocols(conf);
|
||||
|
||||
var allow_admin = conf.admin == 'allow';
|
||||
var allow_admin = conf.admin !== '';
|
||||
var require_pass = Boolean(conf.admin_password);
|
||||
|
||||
function test_for (protocol, params) {
|
||||
|
||||
Reference in New Issue
Block a user