From f34351da0731a11316e2266d2aadd62554a5b867 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 13 Sep 2021 14:31:34 +0200 Subject: s/get-proof-by-hash/get-inclusion-proof --- pkg/instance/instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/instance/instance_test.go') diff --git a/pkg/instance/instance_test.go b/pkg/instance/instance_test.go index 1eba2bf..3f8dced 100644 --- a/pkg/instance/instance_test.go +++ b/pkg/instance/instance_test.go @@ -17,7 +17,7 @@ func TestHandlers(t *testing.T) { types.EndpointGetTreeHeadToSign: false, types.EndpointGetTreeHeadCosigned: false, types.EndpointGetConsistencyProof: false, - types.EndpointGetProofByHash: false, + types.EndpointGetInclusionProof: false, types.EndpointGetLeaves: false, } i := &Instance{ -- cgit v1.2.3