Skip to content

Commit e65ce20

Browse files
committed
Update AbstractProjectTest.java
1 parent 674d508 commit e65ce20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/test/java/hudson/model/AbstractProjectTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ private void testAutoCompleteResponse(JSONObject responseBody, String... project
664664
JSONObject o = new JSONObject();
665665
o.put("name", p);
666666
o.put("url", JSONObject.fromObject(null));
667+
o.put("icon", JSONObject.fromObject(null));
668+
o.put("type", "symbol");
667669
expected.add(o);
668670
}
669671
assertThat(suggestions.containsAll(expected), is(true));

0 commit comments

Comments
 (0)