feat(itam): Populate initial organization value from user default organization for operating system creation
!11 #28
This commit is contained in:
@ -31,6 +31,12 @@ def test_device_not_global(user):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="to be written")
|
||||
def test_device_must_have_organization(user):
|
||||
""" Devices must have organization set """
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="to be written")
|
||||
def test_device_operating_system_version_only_one(user):
|
||||
"""model deviceoperatingsystem must only contain one value per device
|
||||
|
@ -12,6 +12,12 @@ import requests
|
||||
|
||||
# class Test_app_structure_auth(unittest.TestCase):
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="to be written")
|
||||
def test_operating_system_must_have_organization(user):
|
||||
""" Operating_system must have organization set """
|
||||
pass
|
||||
|
||||
@pytest.mark.skip(reason="to be written")
|
||||
def test_operating_system_update_is_global_no_change(user):
|
||||
"""Once operating_system is set to global it can't be changed.
|
||||
|
Reference in New Issue
Block a user