make testCredentials token obviously fake

This commit is contained in:
James Bardin 2017-10-27 17:36:30 -04:00
parent ee56e3226b
commit ac68f9a16b

View File

@ -26,7 +26,7 @@ type testMod struct {
} }
const ( const (
testCredentials = "a9564ebc3289b7a14551baf8ad5ec60a" testCredentials = "test-auth-token"
) )
// All the locationes from the mockRegistry start with a file:// scheme. If // All the locationes from the mockRegistry start with a file:// scheme. If