Files
vault/builtin/plugin/mock_plugin_test.go
2024-01-02 10:35:40 -08:00

12 lines
313 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
package plugin
import (
_ "github.com/hashicorp/vault-plugin-mock"
)
// This file exists to force an import of vault-plugin-mock (which itself does nothing),
// for purposes of CI and GitHub actions testing between plugin repos and Vault.