mirror of https://github.com/apache/nifi.git
NIFI-12768 Removed unstable filename assertion in TestListFile (#8383)
This commit is contained in:
parent
2ea4838157
commit
e93fb17b66
|
@ -328,7 +328,6 @@ public class TestListFile {
|
|||
runner.assertAllFlowFilesTransferred(ListFile.REL_SUCCESS);
|
||||
final List<MockFlowFile> successFiles4 = runner.getFlowFilesForRelationship(ListFile.REL_SUCCESS);
|
||||
assertEquals(1, successFiles4.size());
|
||||
assertEquals(file2.getName(), successFiles4.get(0).getAttribute("filename"));
|
||||
assertVerificationOutcome(Outcome.SUCCESSFUL, "Successfully listed .* Found 3 objects. Of those, 1 matches the filter.");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue