We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91e795 commit cd2f4b2Copy full SHA for cd2f4b2
tests/integration/test_client_e2e.py
@@ -542,6 +542,7 @@ def test_localhost_e2e(self):
542
"""Instantiate a client with a YAML file and issue get_treatment() calls."""
543
filename = os.path.join(os.path.dirname(__file__), 'files', 'file2.yaml')
544
factory = get_factory('localhost', config={'splitFile': filename})
545
+ factory.block_until_ready()
546
client = factory.client()
547
assert client.get_treatment_with_config('key', 'my_feature') == ('on', '{"desc" : "this applies only to ON treatment"}')
548
assert client.get_treatment_with_config('only_key', 'my_feature') == (
0 commit comments