From c864f579d4c8b55864628197ee498ec3c0119c80 Mon Sep 17 00:00:00 2001 From: thepetk Date: Tue, 6 Aug 2024 09:49:47 +0100 Subject: [PATCH] Fix test sample url Signed-off-by: thepetk --- test/check_registry/check_registry_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/check_registry/check_registry_test.go b/test/check_registry/check_registry_test.go index 57b4f88f..71141997 100644 --- a/test/check_registry/check_registry_test.go +++ b/test/check_registry/check_registry_test.go @@ -60,7 +60,7 @@ func TestGetStarterProjects(t *testing.T) { { name: "Case 1: Validated registries urls", devfileUrl: "https://registry.devfile.io/devfiles/java-maven", - expectedUrl: "https://github.com/odo-devfiles/springboot-ex.git", + expectedUrl: "https://github.com/devfile-samples/springboot-ex.git", }, } @@ -75,4 +75,4 @@ func TestGetStarterProjects(t *testing.T) { } }) } -} \ No newline at end of file +}