From 853baa74e739d1395308f74d5d5a1904c8ee80d7 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Fri, 30 May 2025 07:11:50 +0300 Subject: [PATCH] chore: replace git urls in tests --- e2e-tests/common_test.go | 2 +- pkg/repos/find_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/common_test.go b/e2e-tests/common_test.go index 00bfe74..f46753b 100644 --- a/e2e-tests/common_test.go +++ b/e2e-tests/common_test.go @@ -182,7 +182,7 @@ func runTestCommands(t *testing.T, r e2e.Runnable, timeout time.Duration, expect } const REPO_NAME_FOR_E2E_TESTS = "alr-repo" -const REPO_URL_FOR_E2E_TESTS = "https://gitea.plemya-x.ru/Maks1mS/repo-for-tests.git" +const REPO_URL_FOR_E2E_TESTS = "https://gitea.plemya-x.ru/Plemya-x/repo-for-tests.git" func defaultPrepare(t *testing.T, r e2e.Runnable) { execShouldNoError(t, r, diff --git a/pkg/repos/find_test.go b/pkg/repos/find_test.go index bdd8980..1b06e48 100644 --- a/pkg/repos/find_test.go +++ b/pkg/repos/find_test.go @@ -41,7 +41,7 @@ func TestFindPkgs(t *testing.T) { err := rs.Pull(e.Ctx, []types.Repo{ { Name: "default", - URL: "https://gitea.plemya-x.ru/xpamych/xpamych-alr-repo.git", + URL: "https://gitea.plemya-x.ru/Plemya-x/alr-default.git", }, }) if err != nil {