Skip to content

Commit 96a4417

Browse files
committed
feat: fixing test and updating docs
1 parent 7bfecce commit 96a4417

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/apollo-mcp-server/src/runtime.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ mod test {
165165
},
166166
),
167167
graphos: GraphOSConfig {
168-
apollo_key: None,
168+
apollo_key: Some(
169+
SecretBox<str>([REDACTED]),
170+
),
169171
apollo_graph_ref: None,
170172
apollo_registry_url: None,
171173
apollo_uplink_endpoints: [
@@ -251,6 +253,10 @@ mod test {
251253
},
252254
schema: Uplink,
253255
transport: Stdio,
256+
proxy: ProxyConfig {
257+
enabled: false,
258+
url: None,
259+
},
254260
}
255261
"#);
256262
Ok(())

0 commit comments

Comments
 (0)