Fix server feature tests and refresh Go Test* counts.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Unskip cloud-map export assertions, correct cloud venue class fixtures, and update tests/README.md to 960 server / 670 agent Test* totals.
This commit is contained in:
AetherForge
2026-06-07 11:11:30 -07:00
parent 0813ec8639
commit bcd25b53a6
5 changed files with 9 additions and 16 deletions

View File

@@ -36,8 +36,8 @@ func TestExportCloudMapTemplateZIP(t *testing.T) {
t.Fatalf("status=%d body=%s", rec.Code, rec.Body.String())
}
entries := readZipEntries(t, rec.Body.Bytes())
if !strings.Contains(entries["registry.json"], "aether.local") {
t.Fatalf("registry.json=%s", entries["registry.json"])
if !strings.Contains(entries["service-registry.json"], "aetherforge-seeder") {
t.Fatalf("service-registry.json=%s", entries["service-registry.json"])
}
}