sematic
sematic copied to clipboard
Investigate integration test freeze when removing retry wrapping
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.