Skip to content

Commit

Permalink
Merge pull request #964 from mattrjacobs/hystrix-plugins-reset-in-uni…
Browse files Browse the repository at this point in the history
…t-test

Added call to HystrixPlugins.reset() in HystrixCommandTestWithCustomConcurrencyStrategy
  • Loading branch information
mattrjacobs committed Nov 10, 2015
2 parents 696aada + e2a720d commit acb1f68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void init() {
public void reset() {
HystrixRequestContext.setContextOnCurrentThread(null);
HystrixPropertiesFactory.reset();
HystrixPlugins.reset();
}

/**
Expand Down

0 comments on commit acb1f68

Please sign in to comment.