Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
IanBoden committed Jun 19, 2024
1 parent fdee55e commit fc28cbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_api_state_thingState.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ def testDeletePreReqs(self):
assert self.doesLINameExist(TestThing.testLogicalInterfaceName) == False

# Delete the LI
for li in self.appClient.state.draft.logicalInterfaces.find({"name": TestThing.testThingLISchema}):
print("WHAT: %s" % (li))
print("ID: %s" % (TestThing.createdThingLI.id))
del self.appClient.state.draft.logicalInterfaces[TestThing.createdThingLI.id]
assert self.doesLINameExist(TestThing.testThingLISchema) == False

Expand Down

0 comments on commit fc28cbe

Please sign in to comment.