fgerlits commented on a change in pull request #1139:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1139#discussion_r676667357
##########
File path: extensions/http-curl/tests/unit/InvokeHTTPTests.cpp
##########
@@ -47,8 +47,7 @@ TEST_CASE("HTTPTestsWithNoResourceClaimPOST", "[httptest1]") {
std::shared_ptr<core::Processor> logAttribute =
std::make_shared<org::apache::nifi::minifi::processors::LogAttribute>("logattribute");
- char format[] = "/tmp/gt.XXXXXX";
- auto dir = testController.createTempDirectory(format);
+ auto dir = testController.createTempDirectory();
Review comment:
Good catch, thanks! I have removed the unused variables in
https://github.com/apache/nifi-minifi-cpp/pull/1139/commits/d61c4e651a4e3b1c36db8da6f8352ec65e76505a.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]