test(api): align dashboard top resource locations

This commit is contained in:
2026-03-31 22:30:45 +02:00
parent d9c1e70620
commit 13be8b126b
@@ -469,6 +469,7 @@ describe("dashboard router", () => {
valueScore: 95, valueScore: 95,
lcrCents: 12_300, lcrCents: 12_300,
countryCode: "DE", countryCode: "DE",
countryName: "Germany",
federalState: "BY", federalState: "BY",
metroCityName: "Munich", metroCityName: "Munich",
}, },
@@ -480,6 +481,7 @@ describe("dashboard router", () => {
valueScore: 88, valueScore: 88,
lcrCents: 10_800, lcrCents: 10_800,
countryCode: "US", countryCode: "US",
countryName: "United States",
federalState: "CA", federalState: "CA",
metroCityName: "San Francisco", metroCityName: "San Francisco",
}, },