Merge pull request #44541 from terminalmage/fix-yaml-test

Fix test to reflect changes in YAML dumper
This commit is contained in:
Nicole Thomas 2017-11-15 08:23:57 -05:00 committed by GitHub
commit 60083ac27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,6 @@ class TestCustomExtensions(TestCase):
# type of the rendered variable (should be unicode, which is the same as
# six.text_type). This should cover all use cases but also allow the test
# to pass on CentOS 6 running Python 2.7.
self.assertIn('!!python/unicode', rendered)
self.assertIn('str value', rendered)
self.assertIsInstance(rendered, six.text_type)