mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
Add tests to check fetching sub/user/oauth
This commit is contained in:
parent
6cd53abd42
commit
0ca0eefaa4
4 changed files with 25 additions and 2 deletions
11
src/oauth.rs
11
src/oauth.rs
|
@ -208,3 +208,14 @@ impl Device {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_oauth_client() {
|
||||
initialize().await;
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_oauth_client_refresh() {
|
||||
initialize().await;
|
||||
OAUTH_CLIENT.write().await.refresh().await.unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue