Skip to content

Commit

Permalink
style: Fixing golangci-lint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Sep 18, 2021
1 parent 830a5e4 commit 6520a38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/store/ketchup/ketchup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var (

testEmail = "nobody@localhost"
repositoryName = "vibioh/ketchup"
viwsRepository = "vibioh/viws"
chartRepository = "https://charts.vibioh.fr"

repositoryVersion = "1.0.0"
Expand Down
2 changes: 0 additions & 2 deletions pkg/store/repository/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ var (
ketchupRepository = "vibioh/ketchup"
viwsRepository = "vibioh/viws"
chartRepository = "https://charts.vibioh.fr"

expectQueryVersion = "SELECT repository_id, pattern, version FROM ketchup.repository_version WHERE repository_id = ANY"
)

func TestList(t *testing.T) {
Expand Down

0 comments on commit 6520a38

Please sign in to comment.