lordgamez commented on code in PR #1306:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1306#discussion_r856141519


##########
libminifi/test/aws-tests/MockS3RequestSender.h:
##########
@@ -227,7 +227,7 @@ class MockS3RequestSender : public 
minifi::aws::s3::S3RequestSender {
       const Aws::Client::ClientConfiguration& client_config) override {
     head_object_request = request;
     credentials_ = credentials;
-    client_config_ = client_config;
+    client_config_ = 
const_cast<Aws::Client::ClientConfiguration*>(&client_config);

Review Comment:
   Updated in 49a58f547453a95fedfac17a992dc21838a4b714 due to the change to 
std::optional.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to