Esempio n. 1
0
 def test_info_requires_organization_id(self, _):
     """Check info raises CLIError with organization-id is not present in
     options
     """
     with pytest.raises(CLIError):
         Base.info()