From 23a290c12c6fcf23ee8305fccb41968d0f25c716 Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Thu, 12 Oct 2023 06:47:04 +0200 Subject: [PATCH] :seedling: Fix Identity API test Maven sample (#514) Updating Maven Identity sample to use (currently) correct "maven" kind instead of "mvn" to make it working with addon https://github.com/konveyor/tackle2-addon-analyzer/blob/61027b29f36ffa5b884ceac81c61d74341bdd762/cmd/mode.go#L151-L153 Signed-off-by: Marek Aufart --- test/api/identity/samples.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/api/identity/samples.go b/test/api/identity/samples.go index a7aededfa..89e588ac3 100644 --- a/test/api/identity/samples.go +++ b/test/api/identity/samples.go @@ -35,8 +35,8 @@ var ( `, } Mvn = api.Identity{ - Kind: "mvn", - Name: "mvn-settings", + Kind: "maven", + Name: "maven-settings", Settings: ` - tackle-testapp + tackle-testapp-public GITHUB_USER GITHUB_TOKEN @@ -70,8 +70,8 @@ var ( https://repo1.maven.org/maven2 - tackle-testapp - https://maven.pkg.github.com/konveyor/tackle-testapp + tackle-testapp-public + https://maven.pkg.github.com/konveyor/tackle-testapp-public true