test: stabilize cron shell output capture and gemini warmup noop
This commit is contained in:
parent
ecad19d512
commit
c70d9b181d
2 changed files with 8 additions and 1 deletions
|
|
@ -689,7 +689,10 @@ mod tests {
|
|||
|
||||
#[tokio::test]
|
||||
async fn warmup_without_key_is_noop() {
|
||||
let provider = GeminiProvider::new(None);
|
||||
let provider = GeminiProvider {
|
||||
auth: None,
|
||||
client: Client::new(),
|
||||
};
|
||||
let result = provider.warmup().await;
|
||||
assert!(result.is_ok());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue