Update OpenfeignManualTest.java
This commit is contained in:
parent
92f7844844
commit
0414563a7a
|
@ -15,7 +15,7 @@ import static org.junit.Assert.assertNotNull;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class OpenfeignUnitTest {
|
||||
public class OpenfeignManualTest {
|
||||
|
||||
@Autowired
|
||||
private JSONPlaceHolderService jsonPlaceHolderService;
|
||||
|
|
Loading…
Reference in New Issue