We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6361282 + 2937427 commit 85b76b7Copy full SHA for 85b76b7
1 file changed
src/test/java/BE_Elixir/Elixir/domain/auth/service/AuthServiceTest.java
@@ -72,7 +72,7 @@ void setUp() {
72
.email("test@test.com")
73
.password("encoded-password")
74
.loginType(LoginType.LOCAL)
75
- .roles(Collections.singletonList("ROLE_USER"))
+ .roles(Collections.singletonList("USER"))
76
.build();
77
78
memberDetails = MemberDetails.builder()
0 commit comments