nixos/mealie: fix test

`simple` was never defined, I assume that this was supposed to be
`sqlite`.
This commit is contained in:
Anton Mosich
2025-05-26 11:57:23 +02:00
parent ad331efcaf
commit f782cd6e3b
+2 -2
View File
@@ -36,8 +36,8 @@ import ./make-test-python.nix (
node.succeed("curl --fail http://localhost:9001")
test_mealie(sqlite)
simple.send_monitor_command("quit")
simple.wait_for_shutdown()
sqlite.send_monitor_command("quit")
sqlite.wait_for_shutdown()
test_mealie(postgres)
'';
}