test(settings): Model AppSettings does not allowing adding rows, skip test

ref: #855 #834
This commit is contained in:
2025-07-06 19:01:34 +09:30
parent 5d8062fcef
commit 888fc68180

View File

@ -23,6 +23,16 @@ class AdditionalTestCases:
]
def test_permission_add(self):
""" Check correct permission for add
Attempt to add as user with permission
"""
pytest.xfail( reason = 'Model does not support adding' )
def test_returned_results_only_user_orgs(self):
"""Returned results check