Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Given path 'save_token'
  2. And request
  3. """
  4. {
  5. "token": "test_token"
  6. }
  7. """
  8. And retry until response.tokens ==
  9. """
  10. [
  11. "test_token"
  12. ]
  13. """
  14. When method POST
  15.  
  16. java.lang.ArrayIndexOutOfBoundsException: 1
  17. at com.intuit.karate.core.MethodMatch.convertArgs(MethodMatch.java:60)
  18. at com.intuit.karate.core.Engine.executeStep(Engine.java:141)
  19. at com.intuit.karate.core.ScenarioExecutionUnit.execute(ScenarioExecutionUnit.java:171)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement