Natalia Alehina
09/04/2023, 8:56 PMatPriority()
for specific cases, but I'm not sure if it is the best solution, or if there is something better. Thanks in advance! 🙂Tom
09/04/2023, 9:01 PMNatalia Alehina
09/04/2023, 9:16 PMv1/order/item
and GET v1/order/seller
Will you merge those stubs as stubFor(get(urlMatching("order").willReturn...
Basically, any GET to order
the resource will respond 200, and then inside test override JSON body, or better to have them separately as JSON files?Tom
09/05/2023, 10:09 AM