From d36014200549cf73a7f22c6f94fb15bec17823e8 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 29 Jan 2024 07:08:21 +0300 Subject: lint: no extra whitespace on line endings --- nixos-tests/webmention-test.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos-tests/webmention-test.nix') diff --git a/nixos-tests/webmention-test.nix b/nixos-tests/webmention-test.nix index 2161e88..45e3ff7 100644 --- a/nixos-tests/webmention-test.nix +++ b/nixos-tests/webmention-test.nix @@ -33,7 +33,7 @@ in { firewall.allowedUDPPorts = [ 443 ]; }; - + services.kittybox = { enable = true; logLevel = "info,kittybox=debug,retainer::cache=warn,h2=warn,rustls=warn"; @@ -156,6 +156,6 @@ in { # Ensure the webmention has propagated # Kittybox doesn't fully render them yet, but the counters are there kittybox.succeed("xh --verify ${./tls/rootCA.pem} https://kittybox.test/posts/test-post | grep " + shlex.quote('💬1')) - + ''; } -- cgit 1.4.1