Skip to content

Commit

Permalink
[SHIBUI-906]
Browse files Browse the repository at this point in the history
A little more groovy cleanup.
  • Loading branch information
Bill Smith committed Nov 8, 2018
1 parent d3949ef commit 304ad8f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ class MetadataResolverRepositoryTests extends Specification {
it.name = 'original'
it.resourceId = 'new-filter-UUID'
it.attributeRelease = ['attr-for-release']
def overrides = [:]
overrides["signAssertion"] = true
it.setRelyingPartyOverrides(overrides) // to make sure it.rebuildAttributes() is called
it.setRelyingPartyOverrides(['signAssertion': true]) // to make sure it.rebuildAttributes() is called
it
}
MetadataResolver metadataResolver = metadataResolverRepository.findAll().iterator().next()
Expand Down

0 comments on commit 304ad8f

Please sign in to comment.