Private
Public Access
1
0

Retry auth automatically, remove tower dep

This commit is contained in:
2024-06-14 20:23:44 -07:00
parent 0dde0b9c53
commit cabd3b502a
8 changed files with 413 additions and 778 deletions

View File

@@ -9,7 +9,7 @@ pub mod api_interface {
#[tokio::test]
async fn test_version() {
let client = TestClient::new();
let mut client = TestClient::new();
let version = client.get_version().await.unwrap();
assert_eq!(version, client.version);
}