Merge pull request #9841 from hashicorp/dnephin/fix-merge-conflict

[1.9.x ]Fix merge conflict
This commit is contained in:
Daniel Nephin 2021-03-02 14:45:50 -05:00 committed by GitHub
commit b1b235b787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import (
"net/http/httptest"
"net/url"
"reflect"
"strconv"
"testing"
"time"

View File

@ -16,7 +16,6 @@ import (
"time"
metrics "github.com/armon/go-metrics"
"github.com/hashicorp/consul/sdk/testutil"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/go-hclog"
uuid "github.com/hashicorp/go-uuid"