Fix failing test case

This commit is contained in:
Kris De Volder
2022-05-10 11:35:34 -07:00
parent c1cb9f68e9
commit 97b951755c

View File

@@ -2973,8 +2973,11 @@ public class ConcourseEditorTest {
assertContextualCompletions(conText,
"content_type: json<*>"
, //=>
"content_type: application/geo+json<*>",
"content_type: application/hal+json<*>",
"content_type: application/json; charset=utf-8<*>",
"content_type: application/manifest+json; charset=utf-8<*>"
"content_type: application/manifest+json; charset=utf-8<*>",
"content_type: application/jose+json<*>"
);
String[] expectedAclCompletions = new String[cannedAcls.length];