Skip to content

Commit 7c5780f

Browse files
Update client_v2_test.py by adding current_page_count_table
Signed-off-by: ali <117142933+muhammad-ali-e@users.noreply.github.com>
1 parent 659f205 commit 7c5780f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/client_v2_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_get_usage_info(client_v2: LLMWhispererClientV2) -> None:
3434
"overage_page_count",
3535
"subscription_plan",
3636
"today_page_count",
37+
"current_page_count_table",
3738
]
3839
assert set(usage_info.keys()) == set(expected_keys), f"usage_info {usage_info} does not contain the expected keys"
3940

0 commit comments

Comments
 (0)