Skip to content

Fix matchers to align with waiters SEP #3242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 21, 2025
Prev Previous commit
Next Next commit
Remove puts
  • Loading branch information
richardwang1124 committed May 5, 2025
commit 3cea830cdad4184ec1998e6fc3cc5e6794ba24bb
3 changes: 0 additions & 3 deletions gems/aws-sdk-core/lib/aws-sdk-core/waiters/poller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def acceptor_matches?(acceptor, response)
def matches_path?(acceptor, response)
if response.data
result = JMESPath.search(path(acceptor), response.data)
puts result
puts 'vs'
puts acceptor['expected']
result == acceptor['expected']
else
false
Expand Down
Loading