Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriela Gutierrez <[email protected]>
  • Loading branch information
gabibguti committed Oct 23, 2023
1 parent d1c7517 commit 1b704d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/gitlabrepo/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ func TestCheckRepoInaccessible(t *testing.T) {
t.Parallel()

tests := []struct {
name string
repo *gitlab.Project
want error
repo *gitlab.Project
name string
}{
{
name: "if repo is enabled then it is accessible",
Expand Down

0 comments on commit 1b704d9

Please sign in to comment.