diff --git a/api/internal/tests/detail_template_test.go b/api/internal/genapi/detail_template_test.go similarity index 97% rename from api/internal/tests/detail_template_test.go rename to api/internal/genapi/detail_template_test.go index ace68f64a2..01fdd3d070 100644 --- a/api/internal/tests/detail_template_test.go +++ b/api/internal/genapi/detail_template_test.go @@ -1,4 +1,4 @@ -package tests +package main_test // TODO: Reenable once we reimplement generation of As functions once static hosts lands /* diff --git a/api/authmethods/authenticate_test.go b/api/internal/tests/authmethods/authenticate_test.go similarity index 100% rename from api/authmethods/authenticate_test.go rename to api/internal/tests/authmethods/authenticate_test.go diff --git a/api/authtokens/authtoken_test.go b/api/internal/tests/authtokens/authtoken_test.go similarity index 100% rename from api/authtokens/authtoken_test.go rename to api/internal/tests/authtokens/authtoken_test.go diff --git a/api/groups/group_test.go b/api/internal/tests/groups/group_test.go similarity index 100% rename from api/groups/group_test.go rename to api/internal/tests/groups/group_test.go diff --git a/api/hosts/host_catalog_test.go b/api/internal/tests/hosts/host_catalog_test.go similarity index 100% rename from api/hosts/host_catalog_test.go rename to api/internal/tests/hosts/host_catalog_test.go diff --git a/api/roles/role_test.go b/api/internal/tests/roles/role_test.go similarity index 100% rename from api/roles/role_test.go rename to api/internal/tests/roles/role_test.go diff --git a/api/scopes/project_test.go b/api/internal/tests/scopes/project_test.go similarity index 100% rename from api/scopes/project_test.go rename to api/internal/tests/scopes/project_test.go diff --git a/api/users/user_test.go b/api/internal/tests/users/user_test.go similarity index 100% rename from api/users/user_test.go rename to api/internal/tests/users/user_test.go