Skip to content

Commit

Permalink
Update testlib.py
Browse files Browse the repository at this point in the history
dummy commit to trigger GH action
  • Loading branch information
ashah-splunk committed Mar 21, 2023
1 parent dbb4539 commit c638335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/testlib.py
Expand Up @@ -94,7 +94,6 @@ def check_entity(self, entity):
assert entity is not None
self.assertTrue(entity.name is not None)
self.assertTrue(entity.path is not None)

self.assertTrue(entity.state is not None)
self.assertTrue(entity.content is not None)

Expand Down

0 comments on commit c638335

Please sign in to comment.