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 659f205 commit 7c5780fCopy full SHA for 7c5780f
tests/integration/client_v2_test.py
@@ -34,6 +34,7 @@ def test_get_usage_info(client_v2: LLMWhispererClientV2) -> None:
34
"overage_page_count",
35
"subscription_plan",
36
"today_page_count",
37
+ "current_page_count_table",
38
]
39
assert set(usage_info.keys()) == set(expected_keys), f"usage_info {usage_info} does not contain the expected keys"
40
0 commit comments