diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 20:42:05 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-30 20:42:05 +0100 |
commit | 868366cf35e2e649fe7265201d527dbb76bbaf68 (patch) | |
tree | 2c920dfb6c65382779179c69895c9fcdb542d6af /instance_test.go | |
parent | 60394fb5352d9869946859cf534c36c92be51700 (diff) |
added an endpoint type
Diffstat (limited to 'instance_test.go')
-rw-r--r-- | instance_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instance_test.go b/instance_test.go index 582b232..7facdd6 100644 --- a/instance_test.go +++ b/instance_test.go @@ -15,7 +15,7 @@ var ( testMaxRange = int64(3) testMaxChain = int64(3) testTreeId = int64(0) - testPrefix = "/test" + testPrefix = "test" testHashType = crypto.SHA256 testExtKeyUsage = []x509.ExtKeyUsage{} ) |