Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
keeefer committed Nov 19, 2024
1 parent b3342ee commit 99ce409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/commands/vaultsecrets/secrets/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"context"
"errors"
"fmt"
"github.com/hashicorp/hcp/internal/commands/vaultsecrets/integrations"
"os"
"path/filepath"
"testing"

"github.com/hashicorp/hcp/internal/commands/vaultsecrets/integrations"

"github.com/go-openapi/runtime/client"
"github.com/go-openapi/strfmt"
"github.com/stretchr/testify/mock"
Expand Down
3 changes: 2 additions & 1 deletion internal/commands/vaultsecrets/secrets/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"context"
"errors"
"fmt"
"github.com/hashicorp/hcp/internal/commands/vaultsecrets/integrations"
"os"
"path/filepath"
"testing"

"github.com/hashicorp/hcp/internal/commands/vaultsecrets/integrations"

"github.com/go-openapi/strfmt"
preview_secret_service "github.com/hashicorp/hcp-sdk-go/clients/cloud-vault-secrets/preview/2023-11-28/client/secret_service"
preview_models "github.com/hashicorp/hcp-sdk-go/clients/cloud-vault-secrets/preview/2023-11-28/models"
Expand Down

0 comments on commit 99ce409

Please sign in to comment.