We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e7538 + 870fa64 commit bbb8448Copy full SHA for bbb8448
tests/conftest.py
@@ -39,7 +39,7 @@ def oauth_token():
39
40
@pytest.fixture
41
def oauth_client(oauth_token, response):
42
- """Setup a Mollie API client with initialized OAuth2 authentication."""
+ """Set up a Mollie API client with initialized OAuth2 authentication."""
43
client_id = "app_nvQQ4mGHqprcfFFqpnmbOgUs"
44
client_secret = "2Tuc4qk8U6kCA8qBV3Fb2wwceDDfeRebDQpbOgUs"
45
redirect_uri = "https://example.com/callback"
@@ -101,6 +101,6 @@ def _get_body(self, filename):
101
102
103
def response():
104
- """Setup the responses fixture."""
+ """Set up the responses fixture."""
105
with ImprovedRequestsMock() as mock:
106
yield mock
0 commit comments