Typo in the InvalidArgumentException log message in the ClusterLogic when Authentication kwargs are passed
Description
The code here currently logs the message Authentication kwargs now allowed when the Authentication Kwargs are passed, causing the InvalidArgumentException.
The message should be Authentication kwargs not allowed since we are raising an exception.
The code here currently logs the message
Authentication kwargs now allowed
when the Authentication Kwargs are passed, causing the InvalidArgumentException.The message should be
Authentication kwargs not allowed
since we are raising an exception.