Skip to content

Commit

Permalink
SHIBUI-2050 merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Sep 8, 2021
1 parent 2dd1775 commit deb0ac5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ package edu.internet2.tier.shibboleth.admin.ui.domain.filters
import com.fasterxml.jackson.databind.ObjectMapper
import com.fasterxml.jackson.databind.SerializationFeature
import edu.internet2.tier.shibboleth.admin.ui.AbstractBaseDataJpaTest
import edu.internet2.tier.shibboleth.admin.ui.configuration.CustomPropertiesConfiguration
import edu.internet2.tier.shibboleth.admin.ui.util.TestObjectGenerator
import edu.internet2.tier.shibboleth.admin.ui.util.WithMockAdmin
import org.springframework.beans.factory.annotation.Autowired

class PolymorphicFiltersJacksonHandlingTests extends AbstractBaseDataJpaTest {

@Autowired
CustomPropertiesConfiguration customPropertiesConfiguration

@Autowired
TestObjectGenerator testObjectGenerator

Expand All @@ -17,6 +21,8 @@ class PolymorphicFiltersJacksonHandlingTests extends AbstractBaseDataJpaTest {
def setup() {
mapper = new ObjectMapper()
mapper.enable(SerializationFeature.INDENT_OUTPUT)

customPropertiesConfiguration.postConstruct()
}

@WithMockAdmin
Expand Down

0 comments on commit deb0ac5

Please sign in to comment.