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:
Jeff Mitchell 2019-03-06 11:20:42 -05:00
parent 30f07c76e1
commit 8a340f9804
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package api_test
package api
import (
"context"

View File

@ -1,4 +1,4 @@
package api_test
package api
import (
"testing"

View File

@ -1,4 +1,4 @@
package api_test
package api
import (
"encoding/json"

View File

@ -1,4 +1,4 @@
package api_test
package api
import (
"encoding/base64"