mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
fix
This commit is contained in:
@@ -155,7 +155,8 @@ def test_dao_get_all_free_sms_fragment_limit(mocker):
|
|||||||
|
|
||||||
mock_db_session.assert_called_once()
|
mock_db_session.assert_called_once()
|
||||||
|
|
||||||
stmt = mock_db_session.call_arg[0][0]
|
stmt = mock_db_session.call_args[0][0]
|
||||||
|
print(f"stmt = {stmt}")
|
||||||
print(f"params = {stmt.compile().params}")
|
print(f"params = {stmt.compile().params}")
|
||||||
assert stmt.compile().params["service_id"] == service_id
|
assert stmt.compile().params["service_id"] == service_id
|
||||||
assert result == ["sms_limit1", "sms_limit2"]
|
assert result == ["sms_limit1", "sms_limit2"]
|
||||||
|
|||||||
Reference in New Issue
Block a user