summaryrefslogtreecommitdiffstats
path: root/nixos/tests/ihatemoney.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-01-05 22:04:42 +0000
committerGitHub <noreply@github.com>2020-01-05 22:04:42 +0000
commitb8b9e7be6dc1e5e7c45040cf0702be0db42121c8 (patch)
tree357f8523d000bd89eef088a5e0872bbe283022bd /nixos/tests/ihatemoney.nix
parent54b0ab0ac63702b9bd7882eb53fd4b202df64949 (diff)
Update nixos/tests/ihatemoney.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
Diffstat (limited to 'nixos/tests/ihatemoney.nix')
-rw-r--r--nixos/tests/ihatemoney.nix2
1 files changed, 1 insertions, 1 deletions
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");