Polish SecurityContextChannelInterceptorTests
Issue gh-10973
This commit is contained in:
parent
66213e5b2e
commit
0be2a03741
|
@ -69,6 +69,7 @@ public class SecurityContextChannelInterceptorTests {
|
|||
|
||||
@AfterEach
|
||||
public void cleanup() {
|
||||
this.interceptor.afterMessageHandled(this.messageBuilder.build(), this.channel, this.handler, null);
|
||||
SecurityContextHolder.clearContext();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue