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 issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
The
ApiName
class doesn't implementequals
. This complicates unittests usingMockito
that want to verify requests are as expected.Expected Behavior
Equal request objects after overriding configuration with a custom name (similar to
AmazonSQSExtendedClient
).Current Behavior
Unequal request objects.
Reproduction Steps
Possible Solution
Implement
equals
.Additional Information/Context
No response
AWS Java SDK version used
2.26.1
JDK version used
N/A
Operating System and version
N/A
The text was updated successfully, but these errors were encountered: