Skip to content

Commit

Permalink
Removed ewelinz
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Oct 21, 2024
1 parent 2748da9 commit 7a370bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmd/kosli/cli_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ func (suite *CliUtilsTestSuite) TestDefaultValue() {
ci: circleci,
flag: "commit-url",
unsetTestsEnvVar: true,
envVars: map[string]string{"CIRCLE_REPOSITORY_URL": "[email protected]:ewelinawilkosz/cli-test.git", "CIRCLE_SHA1": "fd54040fc90e7e83f7b152619bfa18917b72c34f"},
envVars: map[string]string{"CIRCLE_REPOSITORY_URL": "[email protected]:kosli-dev/cli-test.git", "CIRCLE_SHA1": "fd54040fc90e7e83f7b152619bfa18917b72c34f"},
},
want: "https://bitbucket.org/ewelinawilkosz/cli-test/commits/fd54040fc90e7e83f7b152619bfa18917b72c34f",
want: "https://bitbucket.org/kosli-dev/cli-test/commits/fd54040fc90e7e83f7b152619bfa18917b72c34f",
},
{
name: "Lookup commit-url for CircleCI with a repo that is not from bitbucket returns correct url (with '/commit/')",
Expand Down
8 changes: 4 additions & 4 deletions internal/gitview/gitView_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@ func (suite *GitViewTestSuite) TestGetCommitURL() {
},
{
name: "gitlab",
repoURL: "https://gitlab.com/ewelinawilkosz/merkely-gitlab-demo",
repoURL: "https://gitlab.com/kosli/merkely-gitlab-demo",
commitHash: "089615f84caedd6280689da694e71052cbdfb84d",
want: "https://gitlab.com/ewelinawilkosz/merkely-gitlab-demo/-/commit/089615f84caedd6280689da694e71052cbdfb84d",
want: "https://gitlab.com/kosli/merkely-gitlab-demo/-/commit/089615f84caedd6280689da694e71052cbdfb84d",
},
{
name: "bitbucket",
repoURL: "https://bitbucket.org/ewelinawilkosz/cli-test",
repoURL: "https://bitbucket.org/kosli-dev/cli-test",
commitHash: "089615f84caedd6280689da694e71052cbdfb84d",
want: "https://bitbucket.org/ewelinawilkosz/cli-test/commits/089615f84caedd6280689da694e71052cbdfb84d",
want: "https://bitbucket.org/kosli-dev/cli-test/commits/089615f84caedd6280689da694e71052cbdfb84d",
},
{
name: "azure",
Expand Down
2 changes: 0 additions & 2 deletions secrets/gh-repo-kosli-gitlab-token.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ secret-updated-by:
secret-type: gh-repo
is-secret: true
secret-usage: Used to test Gitlab integration.
The tests are currently setup to work for the
gitlab-org ewelinawilkosz

update-instructions:
Go to https://gitlab.com/
Expand Down

0 comments on commit 7a370bb

Please sign in to comment.