Skip to content

Commit

Permalink
[IMP] Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 2, 2024
1 parent 1558c5d commit 99298ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/iris.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ def delete(self, path):
def get_api_version(self):
return self._api.get('api/versions').json()

def create_asset(self):
body = {
'asset_type_id': '9',
'asset_name': 'admin_laptop',
}
response = self._api.post('/case/assets/add', body)
return response.json()

# TODO make private => use create_dummy_user instead
def create_user(self, user_name):
body = {
Expand Down

0 comments on commit 99298ec

Please sign in to comment.