tests: Add reproducer for #524

see this comment:
https://github.com/osbuild/osbuild-composer/issues/524#issuecomment-632017769

depending on the answer we should probably add more tests for
dnf-json too.
This commit is contained in:
Alexander Todorov 2020-05-21 09:37:23 -04:00 committed by Tom Gundersen
parent 607b4ed935
commit 66b80e0dac

View file

@ -29,7 +29,8 @@ func TestComposeCommands(t *testing.T) {
bp := blueprint.Blueprint{
Name: "empty",
Description: "Test empty blueprint in toml format",
Description: "Test blueprint in toml format",
Packages: []blueprint.Package{{Name: "bash", Version: "*"}},
}
pushBlueprint(t, &bp)
defer deleteBlueprint(t, &bp)