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: spring-boot-starter/src/test/java/com/github/containersolutions/operator/spingboot/starter/AutoconfigurationTest.java
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
@SpringBootTest
19
19
publicclassAutoconfigurationTest {
20
20
21
+
22
+
@Autowired
23
+
privateRetryPropertiesretryProperties;
24
+
21
25
@Autowired
22
26
privateOperatorPropertiesoperatorProperties;
23
27
@@ -31,12 +35,21 @@ public class AutoconfigurationTest {
Copy file name to clipboardExpand all lines: spring-boot-starter/src/test/java/com/github/containersolutions/operator/spingboot/starter/TestController.java
0 commit comments