Skip to content

Commit

Permalink
Update AbstractProjectTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 13, 2024
1 parent 674d508 commit e65ce20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/test/java/hudson/model/AbstractProjectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ private void testAutoCompleteResponse(JSONObject responseBody, String... project
JSONObject o = new JSONObject();
o.put("name", p);
o.put("url", JSONObject.fromObject(null));
o.put("icon", JSONObject.fromObject(null));
o.put("type", "symbol");
expected.add(o);
}
assertThat(suggestions.containsAll(expected), is(true));
Expand Down

0 comments on commit e65ce20

Please sign in to comment.