chore: prepare repository for public release

This commit is contained in:
Jens
2026-08-31 07:23:03 +02:00
parent 03df2db8b6
commit e43d7aca68
164 changed files with 694 additions and 29691 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ class TestUrlShape:
"http://127.0.0.1:8000/internal",
"http://localhost/internal",
"http://10.1.2.3/internal",
"http://192.168.10.150/internal",
"http://192.168.123.45/internal",
"http://172.16.0.9/internal",
"http://169.254.169.254/latest/meta-data/",
"http://[::1]/internal",
@@ -185,7 +185,7 @@ class TestTheGuardIsWiredIntoAcquisition:
from app.services.orthophoto_acquisition_service import OrthophotoAcquisitionService
with pytest.raises(AppError) as exc_info:
OrthophotoAcquisitionService._fetch("http://192.168.10.150/wms", self._settings())
OrthophotoAcquisitionService._fetch("http://192.168.123.45/wms", self._settings())
assert exc_info.value.code == "OUTBOUND_URL_NOT_ALLOWED"