* in the import line, the corresponding objects are not imported.
*/
@Test
public void testImportWithoutIndexOrType() {
String path = getClass().getResource("/importdata/import_2").getPath();
ImportResponse response = executeImportRequest("{\"directory\": \"" + path + "\"}");
List<Map<String, Object>> imports = getImports(response);
Map<String, Object> nodeInfo = imports.get(0);
assertTrue(nodeInfo.get("imported_files").toString().matches(
"\\[\\{file_name=(.*)/importdata/import_2/import_2.json, successes=1, failures=3\\}\\]"));
assertTrue(existsWithField("202", "name", "202"));