tests: use correct web CA certificate in CLI static files test (#1727)

This commit is contained in:
sh
2026-03-09 12:23:03 +00:00
committed by GitHub
parent d2d834ad16
commit 3a627a9599
+1 -1
View File
@@ -159,7 +159,7 @@ smpServerTestStatic = do
html <- BL.readFile $ webPath <> "/index.html"
-- "external" CA signing HTTP credentials
Fingerprint fpHTTP <- loadFileFingerprint "tests/fixtures/ca.crt"
Fingerprint fpHTTP <- loadFileFingerprint "tests/fixtures/web_ca.crt"
let caHTTP = C.KeyHash fpHTTP
manager <- H1.newManager H1.defaultManagerSettings
H1.responseBody <$> H1.httpLbs "http://127.0.0.1:8000" manager `shouldReturn` html