Skip to content

Commit

Permalink
NIFI-12768 Removed unstable filename assertion in TestListFile (#8383)
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory authored Feb 9, 2024
1 parent 2ea4838 commit e93fb17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ public void testFilterAge() throws Exception {
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.");

}
Expand Down

0 comments on commit e93fb17

Please sign in to comment.