This commit is contained in:
Lennart Kats 2024-08-29 16:45:07 +02:00
parent 462ee2e4b4
commit 1325fd867a
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestIntitializeURLs(t *testing.T) {
func TestInitializeURLs(t *testing.T) {
b := &bundle.Bundle{
Config: config.Root{
Workspace: config.Workspace{
@ -100,7 +100,7 @@ func TestIntitializeURLs(t *testing.T) {
}
}
func TestIntitializeURLs_NoOrgId(t *testing.T) {
func URLs_NoOrgId(t *testing.T) {
b := &bundle.Bundle{
Config: config.Root{
Workspace: config.Workspace{