Skip to content

Commit

Permalink
Added call to HystrixPlugins.reset() in HystrixCommandTestWithCustomC…
Browse files Browse the repository at this point in the history
…oncurrencyStrategy
  • Loading branch information
Matt Jacobs committed Nov 10, 2015
1 parent 696aada commit e2a720d
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 e2a720d

Please sign in to comment.