Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRomeo1 committed Jan 25, 2024
1 parent da49cd5 commit 0b69355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class PersonTest {
@Autowired
ResponseFormat response;

String uri = UrlMapper.GLOBAL_URL + UrlMapper.DATA_URL;
String uri = UrlMapper.GLOBAL_URL + UrlMapper.PERSON_URL;

@Test
void testGetAllData() throws Exception{
Expand Down

0 comments on commit 0b69355

Please sign in to comment.