From ac68f9a16bddbf61a6532af9cc59408b1f96e340 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 27 Oct 2017 17:36:30 -0400 Subject: [PATCH] make testCredentials token obviously fake --- config/module/get_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module/get_test.go b/config/module/get_test.go index 336c65e4dc..6b661dc01d 100644 --- a/config/module/get_test.go +++ b/config/module/get_test.go @@ -26,7 +26,7 @@ type testMod struct { } const ( - testCredentials = "a9564ebc3289b7a14551baf8ad5ec60a" + testCredentials = "test-auth-token" ) // All the locationes from the mockRegistry start with a file:// scheme. If