Skip to content

Commit e135f58

Browse files
committed
Add identity overrides and updated field to environment.json
1 parent 1c1c926 commit e135f58

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

spec/sdk/fixtures/environment.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,31 @@
6666
"segment_id": null,
6767
"enabled": true
6868
}
69+
],
70+
"updated_at": "2023-07-14 16:12:00.000000",
71+
"identity_overrides": [
72+
{
73+
"identifier": "overridden-id",
74+
"identity_uuid": "0f21cde8-63c5-4e50-baca-87897fa6cd01",
75+
"created_date": "2019-08-27T14:53:45.698555Z",
76+
"updated_at": "2023-07-14 16:12:00.000000",
77+
"environment_api_key": "B62qaMZNwfiqT76p38ggrQ",
78+
"identity_features": [
79+
{
80+
"id": 1,
81+
"feature": {
82+
"id": 1,
83+
"name": "some_feature",
84+
"type": "STANDARD"
85+
},
86+
"featurestate_uuid": "1bddb9a5-7e59-42c6-9be9-625fa369749f",
87+
"feature_state_value": "some-overridden-value",
88+
"enabled": false,
89+
"environment": 1,
90+
"identity": null,
91+
"feature_segment": null
92+
}
93+
]
94+
}
6995
]
7096
}

0 commit comments

Comments
 (0)