We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12348e commit 272fa20Copy full SHA for 272fa20
tests/integration/test_client_e2e.py
@@ -954,7 +954,7 @@ def test_localhost_json_e2e(self):
954
# Tests 2
955
assert self.factory.manager().split_names() == ["SPLIT_1"]
956
print(self.factory._storages['splits'].get('SPLIT_1').to_json())
957
- assert client.get_treatment("key", "SPLIT_1", None) == 'off'
+ assert client.get_treatment("key", "SPLIT_1") == 'off'
958
959
# Tests 1
960
self.factory._storages['splits'].remove('SPLIT_1')
0 commit comments