Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to security policy #100

Merged
merged 4 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test issue
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Sep 3, 2024
commit 5c7ff1bc311602b3dffb4d5965b8aa3e76a41d1f
6 changes: 3 additions & 3 deletions test/check_registry/check_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ 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",
devfileUrl: "https://registry.devfile.io/devfiles/python",
expectedUrl: "https://github.com/devfile-samples/python-ex.git",
},
}

Expand All @@ -75,4 +75,4 @@ func TestGetStarterProjects(t *testing.T) {
}
})
}
}
}