Skip to content

Commit

Permalink
Make precommit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
originalsouth committed Oct 15, 2024
1 parent dedb1e0 commit ca01648
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions octopoes/tests/integration/test_ooi_deletion.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,7 @@ def test_delecration_ooi_delete(octopoes_api_connector: OctopoesAPIConnector, va
assert octopoes_api_connector.list_objects({Hostname}, valid_time).count == 1


def test_dangling_affirmation_delete(
xtdb_octopoes_service: OctopoesService, event_manager: Mock, valid_time: datetime
):
def test_dangling_affirmation_delete(xtdb_octopoes_service: OctopoesService, event_manager: Mock, valid_time: datetime):
app = Application(name="Acme")

xtdb_octopoes_service.ooi_repository.save(app, valid_time)
Expand Down

0 comments on commit ca01648

Please sign in to comment.