We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467146c commit a2d136aCopy full SHA for a2d136a
src/handlers/pr_tracking.rs
@@ -314,7 +314,7 @@ mod tests {
314
315
#[tokio::test]
316
async fn ignore_blocked_pr() {
317
- run_test(|ctx| async move {
+ run_db_test(|ctx| async move {
318
let user = user("Martin", 2);
319
320
run_handler(
@@ -362,7 +362,7 @@ mod tests {
362
363
364
async fn add_pr_to_workqueue_on_label() {
365
366
367
368
0 commit comments