Skip to content

Commit

Permalink
Update test_koboto121.py
Browse files Browse the repository at this point in the history
Change fspName to programFinancialServiceProviderConfigurationName in test
  • Loading branch information
smeber authored Dec 2, 2024
1 parent dde547a commit ff1a3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_koboto121.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_kobo_to_121_payload():
assert payload["birthYear"] == "1600"
assert payload["date"] == "2024-04-16"
assert payload["deputyMain"] == "Beneficiary"
assert payload["fspName"] == "Excel"
assert payload["programFinancialServiceProviderConfigurationName"] == "Excel"
assert payload["fullName"] == "asdf"
assert payload["maxPayments"] == 5
assert payload["NRC"] == "12345"
Expand Down

0 comments on commit ff1a3c8

Please sign in to comment.