File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
integration-tests/tests/api/target Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2185,11 +2185,13 @@ const SubscriptionSchemaCheckQuery = graphql(/* GraphQL */ `
2185
2185
hash
2186
2186
name
2187
2187
countFormatted
2188
+ percentage
2188
2189
percentageFormatted
2189
2190
}
2190
2191
topAffectedClients {
2191
2192
name
2192
2193
countFormatted
2194
+ percentage
2193
2195
percentageFormatted
2194
2196
}
2195
2197
}
@@ -2893,13 +2895,15 @@ test.concurrent(
2893
2895
countFormatted : '1' ,
2894
2896
hash : 'c1bbc8385a4a6f4e4988be7394800adc' ,
2895
2897
name : 'anonymous' ,
2898
+ percentage : 100 ,
2896
2899
percentageFormatted : '100.00%' ,
2897
2900
} ,
2898
2901
] ) ;
2899
2902
expect ( node . usageStatistics ?. topAffectedClients ) . toEqual ( [
2900
2903
{
2901
2904
countFormatted : '1' ,
2902
2905
name : 'integration-tests' ,
2906
+ percentage : 100 ,
2903
2907
percentageFormatted : '100.00%' ,
2904
2908
} ,
2905
2909
] ) ;
You can’t perform that action at this time.
0 commit comments