@@ -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"