mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
rm unused var
This commit is contained in:
parent
6a49bffff2
commit
3965cbc547
@ -1159,13 +1159,6 @@ mod tests {
|
|||||||
let mut conn = Connection::open_in_memory().unwrap();
|
let mut conn = Connection::open_in_memory().unwrap();
|
||||||
db::init(&mut conn).unwrap();
|
db::init(&mut conn).unwrap();
|
||||||
let mut state = State::init(&conn).unwrap();
|
let mut state = State::init(&conn).unwrap();
|
||||||
let req = Request {
|
|
||||||
when_sec: Some(42),
|
|
||||||
addr: Some(::std::net::IpAddr::V4(::std::net::Ipv4Addr::new(
|
|
||||||
127, 0, 0, 1,
|
|
||||||
))),
|
|
||||||
user_agent: Some(b"some ua".to_vec()),
|
|
||||||
};
|
|
||||||
let uid = {
|
let uid = {
|
||||||
let mut c = UserChange::add_user("slamb".to_owned());
|
let mut c = UserChange::add_user("slamb".to_owned());
|
||||||
c.set_password("hunter2".to_owned());
|
c.set_password("hunter2".to_owned());
|
||||||
|
Loading…
Reference in New Issue
Block a user