fix route test

This commit is contained in:
Joel Wetzell
2025-12-27 23:02:37 -06:00
parent 97f4cbeace
commit fcb1378784

View File

@@ -33,7 +33,7 @@ func (mr *MockRouter) HandleInput(sourceId string, payload any) []route.RouteIOE
return nil return nil
} }
func (mr *MockRouter) HandleOutput(sourceId string, destinationId string, payload any) error { func (mr *MockRouter) HandleOutput(ctx context.Context, destinationId string, payload any) error {
return nil return nil
} }