diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests.groovy index f8619f012..9b6a5df54 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests.groovy @@ -21,9 +21,6 @@ class BadJSONMetadataSourcesUiDefinitionControllerIntegrationTests extends Speci @Autowired private TestRestTemplate restTemplate - @Autowired - MetadataSourcesJsonSchemaResourceLocation schemaLocation - static RESOURCE_URI = '/api/ui/MetadataSources' def "GET Malformed Metadata Sources UI definition schema"() {