target: use constants for target names, instead of string literals
This commit is contained in:
parent
f6fa5ccca1
commit
c63bfe6d83
16 changed files with 95 additions and 72 deletions
|
|
@ -703,7 +703,7 @@ func TestCompose(t *testing.T) {
|
|||
Manifest: manifest,
|
||||
Targets: []*target.Target{
|
||||
{
|
||||
Name: "org.osbuild.aws",
|
||||
Name: target.TargetNameAWS,
|
||||
Status: common.IBWaiting,
|
||||
ImageName: "test_upload",
|
||||
Options: &target.AWSTargetOptions{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue