various: update tests for jobset state field changes
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifdd7f216fcc27fface0cb16d56c5e37b6a6a6964
This commit is contained in:
parent
865dd39a07
commit
10a118bd50
6 changed files with 16 additions and 1 deletions
|
|
@ -116,6 +116,7 @@ async fn test_build_search_with_filters() {
|
|||
check_interval: None,
|
||||
branch: None,
|
||||
scheduling_shares: None,
|
||||
state: None,
|
||||
})
|
||||
.await
|
||||
.expect("create jobset");
|
||||
|
|
@ -261,6 +262,7 @@ async fn test_multi_entity_search() {
|
|||
check_interval: None,
|
||||
branch: None,
|
||||
scheduling_shares: None,
|
||||
state: None,
|
||||
})
|
||||
.await
|
||||
.expect("create jobset");
|
||||
|
|
@ -478,6 +480,7 @@ async fn test_quick_search() {
|
|||
check_interval: None,
|
||||
branch: None,
|
||||
scheduling_shares: None,
|
||||
state: None,
|
||||
})
|
||||
.await
|
||||
.expect("create jobset");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue