mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
Update test_input in WaitBlock to include "data" field
This commit is contained in:
@@ -158,7 +158,7 @@ class WaitBlock(Block):
|
||||
categories={BlockCategory.TEXT},
|
||||
input_schema=WaitBlock.Input,
|
||||
output_schema=WaitBlock.Output,
|
||||
test_input=[{"seconds": 1}, {"data": "something"}],
|
||||
test_input=[{"seconds": 1, "data": "something"}],
|
||||
test_output=[
|
||||
("data", "something"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user