Skip to content

Commit 272fa20

Browse files
committed
debugging test
1 parent d12348e commit 272fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_client_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def test_localhost_json_e2e(self):
954954
# Tests 2
955955
assert self.factory.manager().split_names() == ["SPLIT_1"]
956956
print(self.factory._storages['splits'].get('SPLIT_1').to_json())
957-
assert client.get_treatment("key", "SPLIT_1", None) == 'off'
957+
assert client.get_treatment("key", "SPLIT_1") == 'off'
958958

959959
# Tests 1
960960
self.factory._storages['splits'].remove('SPLIT_1')

0 commit comments

Comments
 (0)