Skip to content

Commit 6f2d224

Browse files
committed
update test
1 parent bcd67de commit 6f2d224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/client/test_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,6 +2868,10 @@ async def synchronize_config(*_):
28682868

28692869
assert await client.get_treatments_with_config_by_flag_sets('some_key', ['set_1'], evaluation_options=EvaluationOptions({"prop": "value"})) == {'SPLIT_2': ('on', None)}
28702870
assert await impression_storage.pop_many(100) == [Impression('some_key', 'SPLIT_2', 'on', 'some_label', 123, None, 1000, None, '{"prop": "value"}')]
2871+
try:
2872+
await factory.destroy()
2873+
except:
2874+
pass
28712875

28722876
@pytest.mark.asyncio
28732877
@mock.patch('splitio.engine.evaluator.Evaluator.eval_with_context', side_effect=RuntimeError())

0 commit comments

Comments
 (0)