nixos/tests: fix typos

This commit is contained in:
figsoda
2023-05-19 22:10:21 -04:00
parent c8fc2ec398
commit 202699c918
19 changed files with 24 additions and 24 deletions

View File

@@ -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!"