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 19, 2018
1 parent c2bde42 commit 7933f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration_tests/v1/test_integration.py
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='sealed',
container=seal_status_property,
)

0 comments on commit 7933f9e

Please sign in to comment.