Skip to content

Commit 474bdb5

Browse files
committed
fix tests
1 parent 0387482 commit 474bdb5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/vm-tests/nginx-integration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ in
8181
enable = true;
8282
downloadsDir = "/downloads/usenet";
8383
apiKeyPath = pkgs.writeText "sabnzbd-apikey" "sabnzbd555555555555555555555555555";
84+
nzbKeyPath = pkgs.writeText "sabnzbd-nzbkey" "sabnzbd666666666666666666666666666";
8485
settings = {
8586
port = 8080;
8687
host = "127.0.0.1";

tests/vm-tests/sabnzbd-basic.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ in
2626
enable = true;
2727
downloadsDir = "/downloads/usenet";
2828
apiKeyPath = pkgs.writeText "sabnzbd-apikey" "testapikey123456789abcdef";
29+
nzbKeyPath = pkgs.writeText "sabnzbd-nzbkey" "testnzbkey123456789abcdef";
2930
environmentSecrets = [
3031
{
3132
env = "EWEKA_USERNAME";

0 commit comments

Comments
 (0)