Skip to content

Commit

Permalink
[IMP] Removed spurious line
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 8, 2024
1 parent 7122fec commit 0ebf73f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests_rest_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def setUp(self) -> None:
def tearDown(self):
self._subject.clear_database()


def test_delete_asset_should_return_204(self):
case_identifier = self._subject.create_dummy_case()
body = {'asset_type_id': '1', 'asset_name': 'admin_laptop_test'}
Expand Down

0 comments on commit 0ebf73f

Please sign in to comment.