mirror of https://github.com/ospab/ostp.git
Fix ApiState initialization in tests missing is_licensed field
This commit is contained in:
parent
7351d9c5a6
commit
56ee600350
|
|
@ -855,6 +855,7 @@ mod tests {
|
|||
dns_server: crate::dns::DnsServer::new(Default::default()),
|
||||
audit_logs: Arc::new(RwLock::new(Vec::new())),
|
||||
router: Arc::new(crate::router::Router::new(None, crate::dns::DnsServer::new(Default::default()), false)),
|
||||
is_licensed: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue