Skip to content

Commit 154af9a

Browse files
committed
Remove holdouts field from test_config expected response
go-sdk v2.3.0 does not include holdouts field in OptimizelyConfig. The holdouts field was added in a later commit (e70a8f3) after v2.3.0 was tagged.
1 parent 65ed00e commit 154af9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/acceptance/test_acceptance/test_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@
470470
"16910084756"
471471
]
472472
}
473-
],
474-
"holdouts": []
473+
]
475474
}"""
476475

477476

0 commit comments

Comments
 (0)