Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
  • Loading branch information
eirsep committed Mar 14, 2024
1 parent e535ade commit 8ad79bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class FindingsRestApiIT : AlertingRestTestCase() {
val response = searchFindings()
assertEquals(1, response.totalFindings)
assertEquals(1, response.findings[0].documents.size)
assertEquals(1, response.findings[0].documents.size)
assertFalse(response.findings[0].documents[0].found)
}

Expand Down

0 comments on commit 8ad79bf

Please sign in to comment.