You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springqpro-backend/src/test/java/com/springqprobackend/springqpro/integration/AbstractAuthenticatedIntegrationTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public abstract class AbstractAuthenticatedIntegrationTest extends IntegrationTe
18
18
@Autowired
19
19
protectedWebTestClientwebTestClient;
20
20
21
-
@Autowired
21
+
/*@Autowired
22
22
private UserRepository userRepository;
23
23
24
24
@Autowired
@@ -28,7 +28,7 @@ public abstract class AbstractAuthenticatedIntegrationTest extends IntegrationTe
0 commit comments