generated from coulomb/repo-seed
Warnings cleanup
This commit is contained in:
@@ -80,6 +80,7 @@ def test_profile_visibility_and_mutation_expectations_are_explicit() -> None:
|
||||
"update_properties",
|
||||
"delete_object",
|
||||
"set_content_stream",
|
||||
"append_content_stream",
|
||||
]
|
||||
else:
|
||||
assert expectations["must_reject_actions"] == [
|
||||
@@ -87,6 +88,7 @@ def test_profile_visibility_and_mutation_expectations_are_explicit() -> None:
|
||||
"update_properties",
|
||||
"delete_object",
|
||||
"set_content_stream",
|
||||
"append_content_stream",
|
||||
]
|
||||
|
||||
|
||||
@@ -117,4 +119,3 @@ def test_admin_export_is_the_only_profile_for_deferred_extension_group() -> None
|
||||
for profile_name, expectations in catalog["profile_expectations"].items():
|
||||
exposes_extension = "retention-renditions-bulk" in expectations["must_expose"]
|
||||
assert exposes_extension is (profile_name == "admin-export")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user