test: complete ticket reference fixture

This commit is contained in:
2026-08-20 11:19:02 +09:00
parent 2315c69f0a
commit 9194f0a1ba
@@ -1781,6 +1781,7 @@ provider = "github"
assert!(request.contains("\"title\":\"HTTP ticket\""));
let response_body = serde_json::to_string(&TicketRef {
id: "01TEST".to_string(),
human_key: None,
slug: "http-ticket".to_string(),
status: ticket::TicketStatus::Open,
})