diff --git a/Library/Tests/WebSocketTest.cs b/Library/Tests/WebSocketTest.cs index 75147c6..94954ef 100644 --- a/Library/Tests/WebSocketTest.cs +++ b/Library/Tests/WebSocketTest.cs @@ -56,7 +56,9 @@ namespace Milimoe.FunGame.Testing.Tests } if (str == "wstest") { - await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous); + Dictionary data = []; + data["access_token"] = "1"; + await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous, data); } if (str == "scadd") {