mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
test fix
This commit is contained in:
parent
2484318f05
commit
eac6fb7146
1 changed files with 3 additions and 1 deletions
|
|
@ -359,7 +359,9 @@ struct NgrokServiceTests {
|
|||
let service = NgrokService.shared
|
||||
|
||||
// Check if we have an auth token
|
||||
try #require(service.hasAuthToken, "Ngrok auth token not configured")
|
||||
guard service.hasAuthToken else {
|
||||
throw XCTSkip("Ngrok auth token not configured")
|
||||
}
|
||||
|
||||
// This would require actual ngrok installation
|
||||
// For now, just verify the service is ready
|
||||
|
|
|
|||
Loading…
Reference in a new issue