mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
This moves api_test package tests into vault/external_tests
This prevents projects importing Vault's API from then also importing the rest of Vault.
This commit is contained in:
parent
30f07c76e1
commit
8a340f9804
@ -1,4 +1,4 @@
|
||||
package api_test
|
||||
package api
|
||||
|
||||
import (
|
||||
"context"
|
||||
@ -1,4 +1,4 @@
|
||||
package api_test
|
||||
package api
|
||||
|
||||
import (
|
||||
"testing"
|
||||
@ -1,4 +1,4 @@
|
||||
package api_test
|
||||
package api
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@ -1,4 +1,4 @@
|
||||
package api_test
|
||||
package api
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
Loading…
x
Reference in New Issue
Block a user