Uncommenting assert

This commit is contained in:
Ryan Baxter
2018-12-10 12:30:03 -05:00
parent d46fb3a92e
commit dd7b869a12

View File

@@ -91,9 +91,9 @@ public class HystrixSecurityTests {
.as("Username should have been intercepted by feign interceptor.")
.isEqualTo(username);
/* FIXME: 2.1.0 assertThat(customConcurrenyStrategy.isHookCalled())
assertThat(customConcurrenyStrategy.isHookCalled())
.as("Custom hook should have been called.")
.isTrue();*/
.isTrue();
}
public static HttpHeaders createBasicAuthHeader(final String username,