fix(ios): drop unused bootstrap test hook · openclaw/openclaw@97a015b
joshavant
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5312,24 +5312,6 @@ extension NodeAppModel {
|
5312 | 5312 | func _test_restartGatewaySessionsAfterForegroundStaleConnection() async { |
5313 | 5313 | await self.restartGatewaySessionsAfterForegroundStaleConnection() |
5314 | 5314 | } |
5315 | | - |
5316 | | -func _test_handleSuccessfulBootstrapGatewayOnboarding() async { |
5317 | | -await self.handleSuccessfulBootstrapGatewayOnboarding( |
5318 | | - url: URL(string: "wss://gateway.example")!, |
5319 | | - stableID: "test-gateway", |
5320 | | - token: nil, |
5321 | | - password: nil, |
5322 | | - nodeOptions: GatewayConnectOptions( |
5323 | | - role: "node", |
5324 | | - scopes: [], |
5325 | | - caps: [], |
5326 | | - commands: [], |
5327 | | - permissions: [:], |
5328 | | - clientId: "openclaw-ios", |
5329 | | - clientMode: "node", |
5330 | | - clientDisplayName: nil), |
5331 | | - sessionBox: nil) |
5332 | | -} |
5333 | 5315 | } |
5334 | 5316 | #endif |
5335 | 5317 | // swiftlint:enable type_body_length file_length |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。