summary refs log tree commit diff
path: root/nixos/tests/gotify-server.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 22:10:21 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 22:31:04 -0400
commit202699c918bce3139191810bec841f3edef6ba24 (patch)
tree71d02c3ce773fd37314979db20cdc1019bc68317 /nixos/tests/gotify-server.nix
parentc8fc2ec398ad4017075e00319991399fe7a26b57 (diff)
downloadnixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar.gz
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar.bz2
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar.lz
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar.xz
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.tar.zst
nixpkgs-202699c918bce3139191810bec841f3edef6ba24.zip
nixos/tests: fix typos
Diffstat (limited to 'nixos/tests/gotify-server.nix')
-rw-r--r--nixos/tests/gotify-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gotify-server.nix b/nixos/tests/gotify-server.nix
index e7942b76d8e..d004f542b39 100644
--- a/nixos/tests/gotify-server.nix
+++ b/nixos/tests/gotify-server.nix
@@ -42,7 +42,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
 
     assert title == "Gotify"
 
-    # Ensure that the UI responds with a successfuly code and that the
+    # Ensure that the UI responds with a successful code and that the
     # response is not empty
     result = machine.succeed("curl -fsS localhost:3000")
     assert result, "HTTP response from localhost:3000 must not be empty!"