Skip to content

Commit e55bd21

Browse files
committed
Add missing holdouts and region fields to datafile expected response
The actual datafile response from the SDK includes 'holdouts' and 'region' fields that were missing from our expected response.
1 parent f775ecb commit e55bd21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/acceptance/datafile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@
240240
}
241241
],
242242
"groups": [],
243+
"holdouts": [],
243244
"integrations": [],
244245
"projectId": "16931203314",
246+
"region": "US",
245247
"revision": "139",
246248
"rollouts": [
247249
{

0 commit comments

Comments
 (0)