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 bea059e commit 8590aacCopy full SHA for 8590aac
tests/test_utils.py
@@ -32,6 +32,6 @@ def test_iso_to_date_time_invalid_format():
32
with pytest.raises(ValueError):
33
iso_to_date_time("2023-07-13T23:37:20Z")
34
35
-
+# TODO: refactor to use the unified API to toggle experimental features
36
def disable_sharding(client):
37
client.add_or_update_networks(body={"sharding": False})
0 commit comments