feign-client fix (#1830)
This commit is contained in:
committed by
Eugen
parent
35231d0c19
commit
dd3dab15cd
+4
-1
@@ -18,9 +18,12 @@ import static org.hamcrest.CoreMatchers.is;
|
||||
import static org.junit.Assert.assertThat;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* Consumes https://github.com/Baeldung/spring-hypermedia-api
|
||||
*/
|
||||
@Slf4j
|
||||
@RunWith(JUnit4.class)
|
||||
public class BookClientTest {
|
||||
public class BookClientLiveTest {
|
||||
private BookClient bookClient;
|
||||
|
||||
@Before
|
||||
Reference in New Issue
Block a user