File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
lib/sdk/server/contract-tests/service/src/main/java/sdktest Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323public class TestService {
2424 private static final int PORT = 8000 ;
2525 private static final String [] CAPABILITIES = new String []{
26- "server-side" ,
27- "strongly-typed" ,
2826 "all-flags-client-side-only" ,
2927 "all-flags-details-only-for-tracked-flags" ,
3028 "all-flags-with-reasons" ,
29+ "anonymous-redaction" ,
3130 "big-segments" ,
31+ "client-prereq-events" ,
3232 "context-type" ,
33- "service-endpoints" ,
34- "tags" ,
35- "filtering" ,
36- "migrations" ,
33+ "evaluation-hooks" ,
3734 "event-sampling" ,
35+ "filtering" ,
3836 "inline-context-all" ,
39- "anonymous-redaction" ,
40- "evaluation-hooks" ,
41- "client-prereq-events"
37+ "migrations" ,
38+ "server-side" ,
39+ "service-endpoints" ,
40+ "strongly-typed" ,
41+ "tags" ,
4242 };
4343
4444 static final Gson gson = new GsonBuilder ().serializeNulls ().create ();
You can’t perform that action at this time.
0 commit comments