Fix Typo in @WithUserDetails reference
Issue gh-3346
This commit is contained in:
@@ -209,7 +209,7 @@ For example, this test would look up the username of "customUsername" using the
|
||||
|
||||
[source,java]
|
||||
----
|
||||
@T@Test
|
||||
@Test
|
||||
@WithUserDetails(value="customUsername", userDetailsServiceBeanName="myUserDetailsService")
|
||||
public void getMessageWithUserDetailsServiceBeanName() {
|
||||
String message = messageService.getMessage();
|
||||
|
||||
Reference in New Issue
Block a user