Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent bd2c666 commit 7664356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def mollie_payment():
currency = fake.currency_code()
amount = fake.pydecimal(right_digits=2, min_value=1, max_value=999)
description = fake.sentence()
checkout_url = f"https://khipu.test/checkout/{fake.password(length=10,special_chars=False)}/"
checkout_url = f"https://khipu.test/checkout/{fake.password(length=10, special_chars=False)}/"

data = {
"id": transaction_id,
Expand Down

0 comments on commit 7664356

Please sign in to comment.