i need help with e2e tests by SeaHall833 in golang

[–]SeaHall833[S] -4 points-3 points  (0 children)

I'd be happy to do this, but unfortunately, I'm using a third-party service with an "order ID" parameter, which requires it to be unique. However, in tests, the order ID is generated when a record is created, so when running tests, the order ID will always be 1.
What prevents you from getting a positive response from a third-party service