test(devops): SoftwareEnableFeatureFlagging model does not use global org, so dont test global org return
ref: #849
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
import pytest
|
||||
|
||||
|
||||
|
||||
class AdditionalTestCases:
|
||||
|
||||
|
||||
def test_returned_data_from_user_and_global_organizations_only(
|
||||
self
|
||||
):
|
||||
"""Check items returned
|
||||
|
||||
Items returned from the query Must be from the users organization and
|
||||
global ONLY!
|
||||
"""
|
||||
|
||||
pytest.xfail( reason = 'model does not use global org' )
|
Reference in New Issue
Block a user