test(app-server): cover attestation websocket flow

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Jiaming Zhang
2026-05-06 16:52:46 -07:00
parent fa50558745
commit 0718fd81a3
6 changed files with 204 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ impl RetryConfig {
pub struct Provider {
pub name: String,
pub base_url: String,
pub uses_chatgpt_auth: bool,
pub query_params: Option<HashMap<String, String>>,
pub headers: HeaderMap,
pub retry: RetryConfig,