test(user-agent): add challenge-response auth flow test

This commit is contained in:
hdbg
2026-02-14 23:35:44 +01:00
parent abdf4e3893
commit d8d65da0b4
2 changed files with 92 additions and 14 deletions

View File

@@ -1,7 +1,4 @@
#![allow(unused)]
use std::sync::Arc;
#![forbid(unsafe_code)]
use arbiter_proto::{
proto::{ClientRequest, ClientResponse, UserAgentRequest, UserAgentResponse},
transport::BiStream,