Skip to content

Commit 82076de

Browse files
committed
Refer to correct test data file
1 parent 5d7475a commit 82076de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_routes/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_post_monthly_usage(
284284
) -> None:
285285
auth_app, token = app_with_signed_billing_token
286286

287-
example_1_file = Path("tests/data/example-monthly-wrong2.json")
287+
example_1_file = Path("tests/data/example-monthly-wrong.json")
288288
example_1_data = json.loads(example_1_file.read_text(encoding="utf-8"))
289289

290290
example_2_file = Path("tests/data/example-monthly-correct.json")

0 commit comments

Comments
 (0)