fix tests

This commit is contained in:
Ruben Fiszel
2026-01-09 07:29:07 +00:00
parent 564746add5
commit 322fc29c4c
+1
View File
@@ -8,6 +8,7 @@ use serde::{Deserialize, Serialize};
use std::collections::HashMap;
/// Client for Windmill API
#[derive(Clone)]
pub struct Client {
pub baseurl: String,
pub client: reqwest::Client,