Skip to content

Commit bbb8448

Browse files
Merge pull request #357 from allcaps/fix-typos
Fix: set up, it is a verb
2 parents d7e7538 + 870fa64 commit bbb8448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def oauth_token():
3939

4040
@pytest.fixture
4141
def oauth_client(oauth_token, response):
42-
"""Setup a Mollie API client with initialized OAuth2 authentication."""
42+
"""Set up a Mollie API client with initialized OAuth2 authentication."""
4343
client_id = "app_nvQQ4mGHqprcfFFqpnmbOgUs"
4444
client_secret = "2Tuc4qk8U6kCA8qBV3Fb2wwceDDfeRebDQpbOgUs"
4545
redirect_uri = "https://example.com/callback"
@@ -101,6 +101,6 @@ def _get_body(self, filename):
101101

102102
@pytest.fixture
103103
def response():
104-
"""Setup the responses fixture."""
104+
"""Set up the responses fixture."""
105105
with ImprovedRequestsMock() as mock:
106106
yield mock

0 commit comments

Comments
 (0)