Skip to content

Commit 55763ae

Browse files
committed
test_end_user_transactions_reset
1 parent 7a2442d commit 55763ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/proxy_unit_tests/test_proxy_utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,12 +1521,6 @@ async def test_end_user_transactions_reset():
15211521
end_user_list_transactions=end_user_list_transactions,
15221522
)
15231523

1524-
# Verify cleanup happened
1525-
assert (
1526-
mock_client.end_user_list_transactions == {}
1527-
), "Transactions list should be empty after error"
1528-
1529-
15301524
@pytest.mark.asyncio
15311525
async def test_spend_logs_cleanup_after_error():
15321526
# Setup test data

0 commit comments

Comments
 (0)