From d1691e4c8bbfa7a256665239604eda9959eed28f Mon Sep 17 00:00:00 2001 From: Taeer Bar-Yam Date: Mon, 2 Sep 2024 12:07:25 -0400 Subject: [PATCH] fix typo --- tests/mastodon-garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mastodon-garage.nix b/tests/mastodon-garage.nix index 91e3f4fa..d20c5ad5 100644 --- a/tests/mastodon-garage.nix +++ b/tests/mastodon-garage.nix @@ -110,7 +110,7 @@ pkgs.nixosTest { raise Exception("image stored in garage did not match image uploaded") with subtest("Content security policy allows garage images"): - headers = server.succeed("xh -h http://masstodon.localhost:55001/public/local") + headers = server.succeed("xh -h http://mastodon.localhost:55001/public/local") csp_match = None # I can't figure out re.MULTILINE for header in headers.split("\n"):