Skip to content

Commit

Permalink
More meaningful assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hogan committed Dec 18, 2018
1 parent c2bde42 commit 1de086d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration_tests/v1/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ def test_auth_kubernetes(self):
def test_seal_status(self):
seal_status_property = self.client.seal_status
logging.debug('seal_status_property: %s' % seal_status_property)
self.assertTrue(
expr=seal_status_property,
self.assertIn(
member='initialized',
container=seal_status_property,
)

0 comments on commit 1de086d

Please sign in to comment.