From a9488cf652cde91968b914fbc6c788abf673ee24 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Fri, 2 Apr 2021 13:53:28 +0000 Subject: [PATCH] added missing import from command/agent --- command/agent/http_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/http_test.go b/command/agent/http_test.go index d7ecc2858..fd8c8f539 100644 --- a/command/agent/http_test.go +++ b/command/agent/http_test.go @@ -23,6 +23,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/helper" "github.com/hashicorp/nomad/helper/testlog" "github.com/hashicorp/nomad/nomad/mock"