Skip to content

Commit ef569db

Browse files
committed
test for post usage to address issue #42
On branch tests_for_post_usage Changes to be committed: modified: tests/test_routes/test_usage.py
1 parent b99ac94 commit ef569db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_routes/test_usage.py

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ def test_post_usage(
8383
)
8484

8585

86+
def test_post_usage2(
87+
mocker: pytest_mock.MockerFixture,
88+
) -> None:
89+
del mocker
90+
91+
8692
def test_write_usage(
8793
app_with_signed_billing_token: Tuple[FastAPI, str], mocker: MockerFixture
8894
) -> None:

0 commit comments

Comments
 (0)