Skip to content

Commit 6135680

Browse files
Update getServerRemoteConfig.json to fix b/438607881
1 parent ce4caea commit 6135680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/resources/getServerRemoteConfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"conditions": [
2+
"serverConditions": [
33
{
44
"name": "custom_signal",
5-
"condition": {
5+
"serverCondition": {
66
"orCondition": {
77
"conditions": [
88
{
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"name": "percent",
29-
"condition": {
29+
"serverCondition": {
3030
"orCondition": {
3131
"conditions": [
3232
{
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"name": "chained_conditions",
54-
"condition": {
54+
"serverCondition": {
5555
"orCondition": {
5656
"conditions": [
5757
{

0 commit comments

Comments
 (0)