Skip to content

Commit

Permalink
[#12901] added a check for searchService
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwinn11 committed May 13, 2024
1 parent 2367769 commit 68d5734
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ public void testSearchAccountRequest_noSearchService_shouldThrowException() {

@Test
public void testSqlInjectionSearchAccountRequestsInWholeSystem() throws Exception {
if(!TestProperties.isSearchServiceActive()){
return;
}
______TS("SQL Injection test in searchAccountRequestsInWholeSystem");

AccountRequest accountRequest =
Expand Down

0 comments on commit 68d5734

Please sign in to comment.