mirror of
https://github.com/docker/compose.git
synced 2025-07-03 11:54:27 +02:00
Remove indentation from test YAML
Signed-off-by: Lumir Balhar <lbalhar@redhat.com>
This commit is contained in:
parent
73cc89c15f
commit
a436fb953c
@ -1778,7 +1778,7 @@ class ConfigTest(unittest.TestCase):
|
|||||||
with pytest.raises(ConfigurationError) as exc:
|
with pytest.raises(ConfigurationError) as exc:
|
||||||
config.load_yaml(str(invalid_yaml_file))
|
config.load_yaml(str(invalid_yaml_file))
|
||||||
|
|
||||||
assert 'line 3, column 36' in exc.exconly()
|
assert 'line 3, column 22' in exc.exconly()
|
||||||
|
|
||||||
def test_load_yaml_with_bom(self):
|
def test_load_yaml_with_bom(self):
|
||||||
tmpdir = tempfile.mkdtemp('bom_yaml')
|
tmpdir = tempfile.mkdtemp('bom_yaml')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user