mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-25 03:51:44 -05:00
Changes for sqlalchemy 2.0
This commit is contained in:
@@ -237,7 +237,7 @@ def test_update_template_folder_users(admin_request, sample_service):
|
||||
[
|
||||
({}, "name is a required property"),
|
||||
({"name": None}, "name None is not of type string"),
|
||||
({"name": ""}, "name is too short"),
|
||||
({"name": ""}, "name should be non-empty"),
|
||||
],
|
||||
)
|
||||
def test_update_template_folder_fails_if_missing_name(
|
||||
|
||||
Reference in New Issue
Block a user