Skip to content

Commit

Permalink
[SHIBUI-723]
Browse files Browse the repository at this point in the history
Adding a value to the otherwise empty ReloadableMetadataResolverAttributes
object fixes the PUT test. This .. seems weird/wrong.
  • Loading branch information
Bill Smith committed Aug 22, 2018
1 parent 402c3a8 commit 58c6d6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ class TestObjectGenerator {
it
}
it.reloadableMetadataResolverAttributes = new ReloadableMetadataResolverAttributes().with {
it.refreshDelayFactor = 0.3
it
}
it
Expand Down

0 comments on commit 58c6d6b

Please sign in to comment.