aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-25 15:58:38 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-25 15:58:38 +0200
commita7941bb92df67686b018fbb601cbf413ea909d14 (patch)
tree322d0ad4b5fef2f27a143d7ec64d5849a4502371 /cmd
parent391fc97fca932a50557d8e0f07ea2dfa8135900a (diff)
downloadprognosis-a7941bb92df67686b018fbb601cbf413ea909d14.tar.gz
prognosis-a7941bb92df67686b018fbb601cbf413ea909d14.zip
privacy: use Krakow in examples, tests and fixturesv0.1.2
A recorded GUGiK fixture was a reverse address lookup for the author's home: it carried a house number, a postal code and coordinates to about a metre, and it was published. The place name in the README was the lesser half of the problem. Fixtures are re-recorded against Rynek Glowny in Krakow, a public square, and the tests, spec example and README follow. The README example is regenerated from the binary. warnings.json is left as recorded: it is a verbatim national bulletin whose teryt array lists roughly two hundred powiats, so no single entry says anything about anyone. NOTE: this removes the address from the tip, not from history. Commit e14a7db and its successors still contain it, and remain reachable on any clone or mirror.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/prognosis/resolve_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/prognosis/resolve_test.go b/cmd/prognosis/resolve_test.go
index f7f1347..7a9daf5 100644
--- a/cmd/prognosis/resolve_test.go
+++ b/cmd/prognosis/resolve_test.go
@@ -124,7 +124,7 @@ func TestResolvePickBypassesAPoisonedCacheEntry(t *testing.T) {
func TestResolveCachesAnUnambiguousName(t *testing.T) {
only := []openmeteo.Candidate{
- {Geo: cache.Geo{Lat: 50.0617, Lon: 19.9373, Label: "Krakow, PL", Country: "PL"}, Admin1: "Subcarpathia"},
+ {Geo: cache.Geo{Lat: 50.0617, Lon: 19.9373, Label: "Krakow, PL", Country: "PL"}, Admin1: "Lesser Poland"},
}
calls := stubGeocoder(t, only)
store := tmpStore(t)