def test_get_working_id_no_entry(self): with pytest.raises(DemistoException): assert get_working_id('1451', '')
def test_get_working_id(self): assert get_working_id('314huoh432ou', '') == '314huoh432ou'