Skip to content

Commit d3ebe2b

Browse files
committed
test for post usage when combining usage items
to address this issue: alan-turing-institute/rctab-functions#42 tests are empty for now On branch tests_for_post_usage Changes to be committed: modified: tests/test_routes/test_usage.py
1 parent b99ac94 commit d3ebe2b

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)