From b41508838fc01e41d87f5a8d62bb6f12970476f6 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 20 Apr 2015 17:17:45 +0200 Subject: [PATCH] functional tests: Fix imports and formatting --- tests/rkt_auth_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rkt_auth_test.go b/tests/rkt_auth_test.go index ea7d1de..b34f447 100644 --- a/tests/rkt_auth_test.go +++ b/tests/rkt_auth_test.go @@ -23,8 +23,8 @@ import ( "testing" "github.com/coreos/rkt/Godeps/_workspace/src/github.com/ThomasRooney/gexpect" - taas "github.com/coreos/rkt/Godeps/_workspace/src/github.com/endocode/test-aci-auth-server/lib" "github.com/coreos/rkt/rkt/config" + taas "github.com/coreos/rkt/tests/test-auth-server/aci" ) func TestAuthSanity(t *testing.T) { @@ -37,7 +37,7 @@ func TestAuthSanity(t *testing.T) { const ( authSuccessfulDownload = "Authentication succeeded." - authFailedDownload = "error downloading ACI: bad HTTP status code: 401" + authFailedDownload = "error downloading ACI: bad HTTP status code: 401" ) type genericAuthTest struct {