Browse Source

Merge branch 'master' into redhat

pull/20/head v7.0.1-redhat
Andrea Tarocchi 8 years ago
parent
commit
dca5d31a72
  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