mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
chore: linting
This commit is contained in:
parent
cea8618aed
commit
bdb97a0888
4 changed files with 16 additions and 3 deletions
|
|
@ -564,4 +564,6 @@ async def test_interrupt_request_uses_task_that_contains_interrupt(
|
|||
|
||||
interrupts = _of_type(payloads, "data-interrupt-request")
|
||||
assert len(interrupts) == 1
|
||||
assert interrupts[0]["data"]["action_requests"][0]["name"] == "create_calendar_event"
|
||||
assert (
|
||||
interrupts[0]["data"]["action_requests"][0]["name"] == "create_calendar_event"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue