aminadinari19 commented on a change in pull request #1139:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1139#discussion_r676622831
##########
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:
Maybe I am wrong but the dir variable doesn't seem to be used anywhere
in this test.
--
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]