Add websocket integration test (#2477)

This commit is contained in:
David Pedersen
2023-12-31 11:14:26 +01:00
committed by GitHub
parent 48d169016a
commit 71eedc6d6c
3 changed files with 70 additions and 13 deletions
+1
View File
@@ -124,6 +124,7 @@ serde_json = "1.0"
time = { version = "0.3", features = ["serde-human-readable"] }
tokio = { package = "tokio", version = "1.25.0", features = ["macros", "rt", "rt-multi-thread", "net", "test-util"] }
tokio-stream = "0.1"
tokio-tungstenite = "0.21"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
uuid = { version = "1.0", features = ["serde", "v4"] }