Skip to content

Commit 558411b

Browse files
chore: update flake.lock (#126)
* update flake.lock * fix lidarr process name test --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1745d0c commit 558411b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/vm-tests/full-stack.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pkgsUnfree.testers.runNixOSTest {
211211
machine.succeed("pgrep -u sonarr Sonarr")
212212
machine.succeed("pgrep -u sonarr-anime Sonarr")
213213
machine.succeed("pgrep -u radarr Radarr")
214-
machine.succeed("pgrep -u lidarr dotnet")
214+
machine.succeed("pgrep -u lidarr Lidarr")
215215
216216
# Test Prowlarr applications were configured
217217
print("Testing Prowlarr applications configuration...")

tests/vm-tests/lidarr-basic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ pkgsUnfree.testers.runNixOSTest {
172172
assert profiles_list[0]['order'] == 2147483647, "Expected order=2147483647"
173173
print("Default delay profile configured successfully!")
174174
175-
machine.succeed("pgrep -u testuser dotnet")
175+
machine.succeed("pgrep -u testuser Lidarr")
176176
'';
177177
}

0 commit comments

Comments
 (0)