summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/caddyserver/certmagic/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/caddyserver/certmagic/account.go')
-rw-r--r--vendor/github.com/caddyserver/certmagic/account.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/caddyserver/certmagic/account.go b/vendor/github.com/caddyserver/certmagic/account.go
index 8633f92fcb..1cc6723429 100644
--- a/vendor/github.com/caddyserver/certmagic/account.go
+++ b/vendor/github.com/caddyserver/certmagic/account.go
@@ -405,10 +405,6 @@ var (
discoveredEmailMu sync.Mutex
)
-// agreementTestURL is set during tests to skip requiring
-// setting up an entire ACME CA endpoint.
-var agreementTestURL string
-
// stdin is used to read the user's input if prompted;
// this is changed by tests during tests.
var stdin = io.ReadWriter(os.Stdin)