diff --git a/tests/functional/test_cli_deployment.py b/tests/functional/test_cli_deployment.py index 29956fa4..9b1fe462 100644 --- a/tests/functional/test_cli_deployment.py +++ b/tests/functional/test_cli_deployment.py @@ -97,6 +97,7 @@ class DeploymentTestCase(unittest.TestCase): self.assertIn("t_create_env", self.rally("deployment list")) self.assertEqual(config, json.loads(self.rally("deployment config"))) + self.assertIn("http://foo/", self.rally("deployment show")) def test_use(self): self.rally.env.update(utils.TEST_ENV)