diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-04-27 20:32:30 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-04-27 20:32:30 +0200 |
commit | 0ae2377b9274eb3720d596fb20949c26930b5d66 (patch) | |
tree | ba754e824cc220e43503228778f45ec360691a69 /tests | |
parent | update ci to use forgejo 7.0.1 (diff) | |
download | forgejo-api-0ae2377b9274eb3720d596fb20949c26930b5d66.tar.xz forgejo-api-0ae2377b9274eb3720d596fb20949c26930b5d66.zip |
include `object_format_name` in test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ci_test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci_test.rs b/tests/ci_test.rs index 0d03074..6eca774 100644 --- a/tests/ci_test.rs +++ b/tests/ci_test.rs @@ -95,6 +95,7 @@ async fn repo() { issue_labels: Some("".into()), license: Some("".into()), name: "test".into(), + object_format_name: None, private: Some(false), readme: None, template: Some(false), |