MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Updating unit tests made for torrez.org to use https #740

Closed bradchoate closed 8 months ago

bradchoate commented 8 months ago

A few of our unit tests execute against a live domain. Recently, these started failing because they no longer serve via http, but redirect to a https address, breaking test assertions.

Eventually these tests should be replaced with something that doesn't rely on a third-party site, but this will repair our test suite for now.