Skip to content

Commit

Permalink
finos#1434 clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha committed Sep 4, 2024
1 parent 7573576 commit eec5582
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,8 @@ class TestVuuClient(vsClient: ViewServerClient) extends StrictLogging{

def login(token: String, user: String): Option[String] = {
send("not used", "not used", LoginRequest(token, user))

//capture messages rather than dismissing, - how to cap size
// need to match on request id to ensure correct response?
awaitForMsg[LoginSuccess]
.map(x => x.sessionId)
//todo handle no response
//todo what to do if LoginFailure
}

private def isExpectedBodyType[T <: AnyRef](t: ClassTag[T], msg: ViewServerMessage) = {
Expand Down

0 comments on commit eec5582

Please sign in to comment.