sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Investigate integration test freeze when removing retry wrapping

Open augray opened this issue 1 year ago • 0 comments

This code seems like it should be able to be unwrapped from retry_call, and replaced with method(_url(endpoint), **kwargs), but doing so causes the integration test to freeze, inexplicably. We should investigate why that is and replace the code with the simpler method(_url(endpoint), **kwargs) call.

augray avatar May 17 '23 00:05 augray