File tree Expand file tree Collapse file tree
tests/test_modules/test_v_2_3_0/test_payments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ def test_emsp_get_financial_advice_confirmations_v_2_3_0(client_emsp_v_2_3_0):
6161def 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" ]
You can’t perform that action at this time.
0 commit comments