Skip to content

Commit

Permalink
Merge branch 'SHIBUI-1478' of bitbucket.org:unicon/shib-idp-ui into S…
Browse files Browse the repository at this point in the history
…HIBUI-1478
  • Loading branch information
Bill Smith committed Sep 25, 2019
2 parents 574254b + f538219 commit 3da962b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class MetadataResolversControllerIntegrationTests extends Specification {
def resolver = new DynamicHttpMetadataResolver().with {
it.name = 'DynamicHTTP'
it.xmlId = 'DynamicHTTP'
it.metadataURL = 'http://metadata'
it.metadataRequestURLConstructionScheme = new MetadataQueryProtocolScheme().with {
it.transformRef = 'transformRef'
it.content = 'content'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ class TestObjectGenerator {
new DynamicHttpMetadataResolver().with {
it.name = 'DynamicHTTP'
it.xmlId = 'DynamicHTTP'
it.metadataURL = 'http://metadata'
it.dynamicMetadataResolverAttributes = new DynamicMetadataResolverAttributes().with {
it
}
Expand Down

0 comments on commit 3da962b

Please sign in to comment.