test poolable against s3
This commit is contained in:
@@ -325,6 +325,11 @@ impl Agent {
|
||||
{
|
||||
self.request("PATCH", path)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub fn state(&self) -> &Arc<Mutex<Option<AgentState>>> {
|
||||
&self.state
|
||||
}
|
||||
}
|
||||
|
||||
fn basic_auth(user: &str, pass: &str) -> String {
|
||||
|
||||
Reference in New Issue
Block a user