Fix failing unit test
This commit is contained in:
@@ -1928,7 +1928,8 @@ public class ConcourseEditorTest {
|
||||
assertContextualCompletions(conText,
|
||||
"content_type: json<*>"
|
||||
, //=>
|
||||
"content_type: application/json; charset=utf-8<*>"
|
||||
"content_type: application/json; charset=utf-8<*>",
|
||||
"content_type: application/manifest+json; charset=utf-8<*>"
|
||||
);
|
||||
|
||||
String[] expectedAclCompletions = new String[cannedAcls.length];
|
||||
|
||||
Reference in New Issue
Block a user