Skip to content

Commit

Permalink
MOSIP-29472 Removed all from dynamic field endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
  • Loading branch information
kameshsr committed Apr 22, 2024
1 parent 3356f69 commit e73ee66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public void t022getDynamicFieldByNameTest2() throws Exception {
@WithUserDetails("global-admin")
public void t000getAllDynamicFieldByNameTest() throws Exception {
MasterDataTest.checkResponse(
mockMvc.perform(MockMvcRequestBuilders.get("/dynamicfields/all/gender")).andReturn(),
mockMvc.perform(MockMvcRequestBuilders.get("/dynamicfields/gender")).andReturn(),
null);
}

Expand Down

0 comments on commit e73ee66

Please sign in to comment.