Skip to content

Commit 619fdb2

Browse files
committed
add sabnzbd assertion for direct unpack
1 parent d2523f6 commit 619fdb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/vm-tests/sabnzbd-basic.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ in
3737
host = "127.0.0.1";
3838
url_base = "/sabnzbd";
3939
ignore_samples = true;
40-
direct_unpack = false;
40+
direct_unpack = true;
4141
article_tries = 5;
4242
servers = [
4343
{
@@ -131,5 +131,6 @@ in
131131
assert "dir = tv" in config_content or "dir=tv" in config_content, "TV category dir not set"
132132
assert "priority = 1" in config_content or "priority=1" in config_content, "Movies priority not set"
133133
assert "pp = 2" in config_content or "pp=2" in config_content, "Movies post-processing not set"
134+
assert "direct_unpack = 1" in config_content or "direct_unpack=1" in config_content, "Direct Unpack not set"
134135
'';
135136
}

0 commit comments

Comments
 (0)