@@ -469,8 +469,8 @@ def dispatch_command(command: str, **kwargs) -> Dict:
|
||||
|
||||
elif command == "set_target":
|
||||
return executor.set_target(
|
||||
kwargs["target"],
|
||||
kwargs.get("configuration")
|
||||
kwargs["target"], # This will be passed as target_name
|
||||
**kwargs.get("configuration", {})
|
||||
)
|
||||
|
||||
elif command == "sample":
|
||||
|
||||
Referencia en una nueva incidencia
Block a user