test: add a small 🤏 cute 🥺 test to prove it works
This commit is contained in:
parent
9b2864bd70
commit
5fc28346e6
2 changed files with 97 additions and 0 deletions
|
|
@ -430,3 +430,9 @@ async fn admin() {
|
|||
.await
|
||||
.expect("failed to delete hook");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn ssh_url_deserialization() {
|
||||
let data = include_str!("./repo_data.json");
|
||||
assert!(serde_json::from_str::<Repository>(data).is_ok());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue