Hi there
I am trying to iterate over a vector with a foreach, but I get this error
14:14:31.797 [ERROR] i.g.c.s.LoopBlock$ - Condition evaluation crashed with message ‘Can’t cast value 463bd5f1-caee-47e0-beba-551e47c008d3 of type class java.lang.String into interface scala.collection.Seq’, exiting loop
The code looks like this
.exec(http("Get tickets")
.get("/tickets_updated?start=0")
.check(status.is(200))
.check(jsonPath("$.updated[*]").findAll.saveAs("updatedTickets")))