contentAPI.addNewTag("testtag", helper.loginAsDeveloper());
contentAPI.setContent("content html", "testtag", true,
helper.loginAsPortalAdmin());
APIResponse response = contentAPI.getAllValidPublishedContents();
Map<String, String> all = (Map<String, String>) response.object;
assertTrue(all.containsKey("testtag"));
//set publish to false