mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-17 04:51:18 +01:00
fix: require server env vars (#129)
This commit is contained in:
@@ -30,7 +30,7 @@ describe("GoogleMapsSourceProvider", () => {
|
||||
|
||||
test("throws when service API key is empty", () => {
|
||||
expect(() => new GoogleMapsSourceProvider({ apiKey: "" })).toThrow(
|
||||
"Google Maps MCP API key must be configured",
|
||||
"Google Maps API key must be configured",
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user