From d8ac580e41570f0f32e477f28c87cde4e14b066b Mon Sep 17 00:00:00 2001 From: chasegawa Date: Tue, 7 Nov 2023 13:53:18 -0700 Subject: [PATCH] NOJIRA fixes for unit test --- .../admin/ui/controller/EntitiesControllerTests.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerTests.groovy index 7f0f16606..1b03ee6f8 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerTests.groovy @@ -150,7 +150,7 @@ class EntitiesControllerTests extends AbstractBaseDataJpaTest { ''' 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())