MessageDto instead of String in Event history
This commit is contained in:
@@ -24,5 +24,5 @@ public class Event {
|
||||
private String thread;
|
||||
private String level;
|
||||
@Nullable
|
||||
private String message;
|
||||
private MockedMessageDto message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user