Ensure testing credentials are labeled as such
This commit is contained in:
@@ -45,6 +45,7 @@ import (
|
||||
func TestNodeAuthorizer(t *testing.T) {
|
||||
const (
|
||||
// Define credentials
|
||||
// Fake values for testing.
|
||||
tokenMaster = "master-token"
|
||||
tokenNodeUnknown = "unknown-token"
|
||||
tokenNode1 = "node1-token"
|
||||
|
Reference in New Issue
Block a user