Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEAMMATES#12901] added a check for searchService
Browse files Browse the repository at this point in the history
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
@@ -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 =

0 comments on commit 68d5734

Please sign in to comment.