Skip to content

Commit

Permalink
Update acmeair testcase
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Sep 23, 2024
1 parent 0398343 commit 86738a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions analysis/tc_acmeair_webapp_upload_binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package analysis

import (
"github.com/konveyor/go-konveyor-tests/data"
"github.com/konveyor/go-konveyor-tests/data/identity"
"github.com/konveyor/go-konveyor-tests/hack/addon"
"github.com/konveyor/tackle2-hub/api"
)
Expand All @@ -13,14 +12,12 @@ var AcmeairWebappBinary = TC{
Task: Analyze,
Labels: addon.Labels{
Included: []string{
"konveyor.io/target=cloud-readiness",
"konveyor.io/target=jakarta-ee",
},
},
Binary: true,
Artifact: "/binary/acmeair-webapp-1.0-SNAPSHOT.war",
Identities: []api.Identity{
identity.TackleTestappPublicMaven,
},
Analysis: api.Analysis{
Effort: 78,
Issues: []api.Issue{
Expand Down

0 comments on commit 86738a1

Please sign in to comment.