mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 22:55:55 -05:00
fix test failure
This commit is contained in:
parent
7467b382dc
commit
5264e9848e
@ -661,7 +661,7 @@ mod tests {
|
|||||||
allow_unauthenticated_permissions,
|
allow_unauthenticated_permissions,
|
||||||
trust_forward_hdrs: true,
|
trust_forward_hdrs: true,
|
||||||
time_zone_name: "".to_owned(),
|
time_zone_name: "".to_owned(),
|
||||||
privileged_unix_uid: nix::unistd::Uid::from_raw(!0),
|
privileged_unix_uid: None,
|
||||||
})
|
})
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
);
|
);
|
||||||
@ -772,7 +772,7 @@ mod bench {
|
|||||||
allow_unauthenticated_permissions: Some(db::Permissions::default()),
|
allow_unauthenticated_permissions: Some(db::Permissions::default()),
|
||||||
trust_forward_hdrs: false,
|
trust_forward_hdrs: false,
|
||||||
time_zone_name: "".to_owned(),
|
time_zone_name: "".to_owned(),
|
||||||
privileged_unix_uid: nix::unistd::Uid::from_raw(!0),
|
privileged_unix_uid: None,
|
||||||
})
|
})
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user