Guest User

Untitled

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .check(jsonPath("$.token") saveAs "token"))
  2. .exec(session => {
  3. println(session.get("token").as[String])
  4. session
  5. })
Add Comment
Please, Sign In to add comment