various: update tests for jobset state field changes

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ifdd7f216fcc27fface0cb16d56c5e37b6a6a6964
This commit is contained in:
raf 2026-02-08 02:14:35 +03:00
commit 10a118bd50
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 16 additions and 1 deletions

View file

@ -49,6 +49,7 @@ async fn create_test_jobset(
check_interval: None,
branch: None,
scheduling_shares: None,
state: None,
})
.await
.expect("create jobset")
@ -191,6 +192,7 @@ async fn test_jobset_crud() {
check_interval: None,
branch: None,
scheduling_shares: None,
state: None,
})
.await
.expect("create jobset");
@ -219,6 +221,7 @@ async fn test_jobset_crud() {
check_interval: None,
branch: None,
scheduling_shares: None,
state: None,
})
.await
.expect("update jobset");