You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a limitation of moto. One option is trying alternative SQS mocking implementation using localstack. Since moto is an API level 🐒 monkeypatch on boto3 rather than an actual implementation of SQS.
These tests work ok: https://github.com/opendatacube/odc-tools/blob/develop/libs/aws/tests/test_aws.py
But what you can't do is count the number of messages on the destination queue. Doing this would make the test more meaningful.
The text was updated successfully, but these errors were encountered: