diff --git a/logic/enrollmentkey_test.go b/logic/enrollmentkey_test.go index f89f7f70..ae223ead 100644 --- a/logic/enrollmentkey_test.go +++ b/logic/enrollmentkey_test.go @@ -171,7 +171,7 @@ func TestDeTokenize_EnrollmentKeys(t *testing.T) { defer database.CloseDB() newKey, _ := CreateEnrollmentKey(0, time.Time{}, []string{"mynet", "skynet"}, nil, true) fmt.Println(newKey.Value) - const defaultValue = "MwEtpqTSrGd4HTO3ahYDTExKAehh6udJ" + //const defaultValue = "MwEtpqTSrGd4HTO3ahYDTExKAehh6udJ" const b64Value = "eyJzZXJ2ZXIiOiJhcGkubXlzZXJ2ZXIuY29tIiwidmFsdWUiOiJNd0V0cHFUU3JHZDRIVE8zYWhZRFRFeEtBZWhoNnVkSiJ9" const serverAddr = "api.myserver.com"