Implemented external processes as potential plugins.
This commit is contained in:
@@ -486,7 +486,7 @@ async fn test_json_deserialization_of_received_events() {
|
||||
reader.read_line(&mut line).await.unwrap();
|
||||
|
||||
// Should be valid JSON
|
||||
let parsed: serde_json::Value = serde_json::from_str(&line.trim()).unwrap();
|
||||
let parsed: serde_json::Value = serde_json::from_str(line.trim()).unwrap();
|
||||
|
||||
assert_eq!(parsed["message"], test_message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user