make testCredentials token obviously fake
This commit is contained in:
parent
ee56e3226b
commit
ac68f9a16b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue