Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TrangPham authored Oct 11, 2024
1 parent ab1f309 commit 2e619b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/agent/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class DummyEvent(EventBase):


class DummyAction(AgentAction[Any]):
# Dummy event is used for testing only
@override
def run(self, event: Event, id: str) -> ActionResult:
return ActionResult(id=id, type="DummyAction", created_resources=[])
Expand Down

0 comments on commit 2e619b8

Please sign in to comment.