aboutsummaryrefslogtreecommitdiff
path: root/pkg/types/types_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 14:31:34 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 14:31:34 +0200
commitf34351da0731a11316e2266d2aadd62554a5b867 (patch)
tree588a32ab99204db86d66bf6ece829b6a15bbbbea /pkg/types/types_test.go
parent5632bd67ed38625a8c8c372302aa7b19d163512e (diff)
s/get-proof-by-hash/get-inclusion-proof
Diffstat (limited to 'pkg/types/types_test.go')
-rw-r--r--pkg/types/types_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/types/types_test.go b/pkg/types/types_test.go
index a71d14b..d823ea2 100644
--- a/pkg/types/types_test.go
+++ b/pkg/types/types_test.go
@@ -35,8 +35,8 @@ func TestEndpointPath(t *testing.T) {
want: "example.com/log/sigsum/v0/get-consistency-proof",
},
{
- endpoint: EndpointGetProofByHash,
- want: "example.com/log/sigsum/v0/get-proof-by-hash",
+ endpoint: EndpointGetInclusionProof,
+ want: "example.com/log/sigsum/v0/get-inclusion-proof",
},
{
endpoint: EndpointGetLeaves,