crates/server: update tests for new jobset fields and routes

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2841d60774da431db3e72c73d99392e16a6a6964
This commit is contained in:
raf 2026-02-02 01:32:54 +03:00
commit 605b1a5181
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 218 additions and 0 deletions

View file

@ -64,6 +64,8 @@ async fn test_e2e_project_eval_build_flow() {
enabled: Some(true),
flake_mode: Some(true),
check_interval: Some(300),
branch: None,
scheduling_shares: None,
},
)
.await