test/osbuild: fix whitespace

Fix indent of pipeline definition.
This commit is contained in:
Christian Kellner 2020-07-21 15:10:19 +02:00 committed by Tom Gundersen
parent 276019530c
commit ec531ee9ed

View file

@ -79,7 +79,7 @@ class TestDescriptions(unittest.TestCase):
"assembler": {
"name": "org.osbuild.test"
}
})
})
def test_moduleinfo(self):
index = osbuild.meta.Index(os.curdir)