We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de0e0b commit 9ed5b1fCopy full SHA for 9ed5b1f
src/test/java/sample/data/rest/ThirdPartyApiTest.java
@@ -3,6 +3,7 @@
3
4
import org.json.JSONObject;
5
6
+import org.junit.Ignore;
7
import org.junit.Test;
8
import org.springframework.web.client.RestTemplate;
9
@@ -14,6 +15,7 @@ public class ThirdPartyApiTest {
14
15
final RestTemplate template = new RestTemplate();
16
17
@Test
18
+ @Ignore
19
public void testCitiesSearch() throws Exception {
20
String api = "http://localhost:8000/api/cities/search/findByNameAndCountryAllIgnoringCase";
21
String params = "?name=Melbourne&country=Australia";
0 commit comments