Skip to content

Commit 50d5153

Browse files
committed
Add docstring to mock_valid_ims_access_token_response
1 parent a9981c5 commit 50d5153

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test_firefly_client.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ def client():
2323

2424
@pytest.fixture
2525
def mock_valid_ims_access_token_response():
26+
"""
27+
Mock a successful response from the IMS token endpoint.
28+
29+
This is used to test the client's ability to handle a valid IMS access token.
30+
31+
Returns:
32+
None
33+
"""
2634
responses.add(
2735
responses.POST,
2836
TOKEN_URL,

0 commit comments

Comments
 (0)