Browse Source

Changed test name.

pull/15/head v7.0.1
Andrea Tarocchi 8 years ago
parent
commit
10a2662bd7
  1. 2
      src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java

2
src/test/java/com/redhat/fuse/boosters/rest/http/HttpRequestKT.java

@ -37,7 +37,7 @@ public class HttpRequestKT {
OpenShiftClient client;
@Test
public void test_at_least_one_pod() throws Exception {
public void templateTest() throws Exception {
File template = new File(".openshiftio/application.yaml");
assertTrue(template.exists());
HashMap<String,String> templateParameters = new HashMap<String,String>(){

Loading…
Cancel
Save