Skip to content

Commit cd27d98

Browse files
fix
1 parent b3d9692 commit cd27d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/resource-usage-tracker/tests/unit/with_dbs/test_api_resource_tracker_credit_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async def test_credit_transactions_workflow(
5656
)
5757
assert response.status_code == status.HTTP_201_CREATED
5858
data = response.json()
59-
data["credit_transaction_id"] == 1
59+
assert data["credit_transaction_id"] == 1
6060

6161
response = await async_client.post(
6262
url=f"{url}",

0 commit comments

Comments
 (0)