Skip to content

Commit 2c21399

Browse files
committed
linter
1 parent dd43202 commit 2c21399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/payments/tests/unit/test_services_payments_gateway.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ async def test_one_time_payment_workflow(
122122
)
123123

124124
app_settings: ApplicationSettings = app.state.settings
125+
assert isinstance(submission_link, URL)
125126
assert submission_link.host == URL(f"{app_settings.PAYMENTS_GATEWAY_URL}").host
126127

127128
# cancel
@@ -161,6 +162,7 @@ async def test_payment_methods_workflow(
161162
)
162163

163164
app_settings: ApplicationSettings = app.state.settings
165+
assert isinstance(form_link, URL)
164166
assert form_link.host == URL(f"{app_settings.PAYMENTS_GATEWAY_URL}").host
165167

166168
# CRUD

0 commit comments

Comments
 (0)