Skip to content

Commit 252254c

Browse files
authored
Update OpenTestingApiTester.java
1 parent cbb8541 commit 252254c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/opentesting/systemtest/util/OpenTestingApiTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public boolean test(URL testfile, List<URL> files, List<String> injects, boolean
278278
return false;
279279

280280
// read bulkid from result
281-
JsonNode opentestingdata = null;
281+
JsonNode opentestingdata = objectMapper.createObjectNode();
282282

283283
JsonNode bulkIdRoot = objectMapper.readTree(response.body());
284284
String bulkid = bulkIdRoot.findValue("bulkid").textValue();

0 commit comments

Comments
 (0)