Skip to content

Commit aeab04b

Browse files
Alfonso Sastreclaude
andcommitted
style: apply ruff format to test_emsp.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f6d19b8 commit aeab04b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/test_modules/test_v_2_3_0/test_payments/test_emsp.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ def test_emsp_get_financial_advice_confirmations_v_2_3_0(client_emsp_v_2_3_0):
6161
def test_emsp_get_financial_advice_confirmation_not_authenticated(
6262
client_emsp_v_2_3_0,
6363
):
64-
response = client_emsp_v_2_3_0.get(
65-
GET_CONFIRMATION_URL, headers=WRONG_AUTH_HEADERS
66-
)
64+
response = client_emsp_v_2_3_0.get(GET_CONFIRMATION_URL, headers=WRONG_AUTH_HEADERS)
6765

6866
assert response.status_code == 403
6967

@@ -72,6 +70,4 @@ def test_emsp_get_financial_advice_confirmation_v_2_3_0(client_emsp_v_2_3_0):
7270
response = client_emsp_v_2_3_0.get(GET_CONFIRMATION_URL, headers=AUTH_HEADERS)
7371

7472
assert response.status_code == 200
75-
assert (
76-
response.json()["data"][0]["id"] == FINANCIAL_ADVICE_CONFIRMATIONS[0]["id"]
77-
)
73+
assert response.json()["data"][0]["id"] == FINANCIAL_ADVICE_CONFIRMATIONS[0]["id"]

0 commit comments

Comments
 (0)