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 23
23
public class TestService {
24
24
private static final int PORT = 8000 ;
25
25
private static final String [] CAPABILITIES = new String []{
26
- "server-side" ,
27
- "strongly-typed" ,
28
26
"all-flags-client-side-only" ,
29
27
"all-flags-details-only-for-tracked-flags" ,
30
28
"all-flags-with-reasons" ,
29
+ "anonymous-redaction" ,
31
30
"big-segments" ,
31
+ "client-prereq-events" ,
32
32
"context-type" ,
33
- "service-endpoints" ,
34
- "tags" ,
35
- "filtering" ,
36
- "migrations" ,
33
+ "evaluation-hooks" ,
37
34
"event-sampling" ,
35
+ "filtering" ,
38
36
"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" ,
42
42
};
43
43
44
44
static final Gson gson = new GsonBuilder ().serializeNulls ().create ();
You can’t perform that action at this time.
0 commit comments