From b8b9e7be6dc1e5e7c45040cf0702be0db42121c8 Mon Sep 17 00:00:00 2001 From: symphorien Date: Sun, 5 Jan 2020 22:04:42 +0000 Subject: [PATCH] Update nixos/tests/ihatemoney.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Léo Gaspard --- nixos/tests/ihatemoney.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/ihatemoney.nix b/nixos/tests/ihatemoney.nix index 802aa7362a91..31e85aceccf2 100644 --- a/nixos/tests/ihatemoney.nix +++ b/nixos/tests/ihatemoney.nix @@ -39,7 +39,7 @@ in map (backend: makeTest { $machine->start(); $machine->waitForOpenPort(8000); $machine->waitForUnit("uwsgi.service"); - # check that the database is really persitent + # check that the database is really persistent print $machine->succeed("curl --basic -u yay:yay http://localhost:8000/api/projects/yay"); # check that the secret key is really persistent my $timestamp2 = $machine->succeed("stat --printf %Y /var/lib/ihatemoney/secret_key");