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
What version of the aws-sdk is this package designed around? I am calling send_message on a new
queue in a service where historically I have only needed to pass options = {}. An error is being thrown from the SendMessage call in the response:
2015-09-01 16:08:15 - ArgumentError - wrong number of arguments (1 for 2):
xxx/fake_sqs-0.3.0/lib/fake_sqs/actions/send_message.rb:11:in `call'
xxx/fake_sqs-0.3.0/lib/fake_sqs/api.rb:41:in `block in call'
xxx/fake_sqs-0.3.0/lib/fake_sqs/queues.rb:51:in `block in transaction'
xxx/fake_sqs-0.3.0/lib/fake_sqs/memory_database.rb:24:in `transaction'
xxx/fake_sqs-0.3.0/lib/fake_sqs/queues.rb:50:in `transaction'
xxx/fake_sqs-0.3.0/lib/fake_sqs/api.rb:38:in `call'
xxx//fake_sqs-0.3.0/lib/fake_sqs/web_interface.rb:39:in `block in <class:WebInterface>'
The text was updated successfully, but these errors were encountered:
I'm running the tests with aws-sdk 2.1.18 (was 2.0.46), seems fine.
One of my apps that is using fake_sqs is running aws-sdk 2.1.18 too and aws-sdk-v1 (1.65.0).
I've never seen this error before.
Hey There!
What version of the
aws-sdk
is this package designed around? I am callingsend_message
on a newqueue in a service where historically I have only needed to pass
options = {}
. An error is being thrown from theSendMessage
call in the response:The text was updated successfully, but these errors were encountered: