Miguel Gagliardo
Results
2
issues of
Miguel Gagliardo
This comes from https://github.com/localstack/localstack/issues/3588, I have missed tests over there and I have added these to fix this up. Please merge after https://github.com/localstack/localstack/pull/3643 is merged, otherwise tests will fail.
So testing the lib I found out there is no catching for timeout exception (i.e. the cluster is down, the IP is wrong, etc.), this PR fixes that. ``` >>>...