Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
fixes for unit test
  • Loading branch information
chasegawa committed Nov 7, 2023
1 parent f6388e7 commit d8ac580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class EntitiesControllerTests extends AbstractBaseDataJpaTest {
</md:EntityDescriptor>
'''
when:
def result = mockMvc.perform(get('/api/entities/http%3A%2F%2Ftest.scaldingspoon.org%2Ftest1').header('Accept', 'application/xml'))
def result = mockMvc.perform(get('/entities/http%3A%2F%2Ftest.scaldingspoon.org%2Ftest1').header('Accept', 'application/xml'))

then:
result.andExpect(status().isOk())
Expand Down

0 comments on commit d8ac580

Please sign in to comment.