Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Sep 25, 2019
1 parent a68d3c6 commit f538219
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 f538219

Please sign in to comment.