config: fix SFW test
This commit is contained in:
parent
0ff92cbfe3
commit
dff91da877
@ -100,7 +100,7 @@ pub(crate) fn get_setting(name: &str) -> Option<String> {
|
|||||||
use {sealed_test::prelude::*, std::fs::write};
|
use {sealed_test::prelude::*, std::fs::write};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[sealed_test(env = [("LIBREDDIT_SFW_ONLY", "1")])]
|
#[sealed_test(env = [("LIBREDDIT_SFW_ONLY", "on")])]
|
||||||
fn test_env_var() {
|
fn test_env_var() {
|
||||||
assert!(crate::utils::sfw_only())
|
assert!(crate::utils::sfw_only())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user