Skip to content

Commit

Permalink
fix(lint): fixed lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Dec 25, 2024
1 parent fc5eed0 commit 70fd654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: make tools

- name: test webhooks
run: make test-webhooks
run: make test

4 changes: 1 addition & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
version: v1.54
args: --verbose --timeout=10m --max-same-issues=30
only-new-issues: true
skip-cache: true
- name: make test
run: make test
skip-cache: true
2 changes: 1 addition & 1 deletion api/v1alpha1/obtenant_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See the Mulan PSL v2 for more details.
package v1alpha1

import (
oceanbaseconst "github.com/oceanbase/ob-operator/internal/const/oceanbase"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

Expand All @@ -22,6 +21,7 @@ import (

apiconsts "github.com/oceanbase/ob-operator/api/constants"
apitypes "github.com/oceanbase/ob-operator/api/types"
oceanbaseconst "github.com/oceanbase/ob-operator/internal/const/oceanbase"
)

var _ = Describe("Test OBTenant Webhook", Label("webhook"), Serial, func() {
Expand Down

0 comments on commit 70fd654

Please sign in to comment.