Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Jun 2, 2022
1 parent 5f58be8 commit 3ab240d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_qiwi/test_clients/test_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def create_request_service_with_cache(w: QiwiWallet):
wallet = QiwiWallet(
**QIWI_WALLET_CREDENTIALS, request_service_factory=create_request_service_with_cache
)
wallet.create_request_service()

assert wallet._request_service._cache is cache_storage


Expand Down

0 comments on commit 3ab240d

Please sign in to comment.