summaryrefslogtreecommitdiff
path: root/internal/federation/federatingprotocol_test.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-01-31 15:15:28 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-31 14:15:28 +0000
commitb614d33c408b4910ace29567b7c27b45a528a2b4 (patch)
treed7418dad819ae5b1a5f8a94917ae0c2ee1f9d0f5 /internal/federation/federatingprotocol_test.go
parentImprove context descendant sorting (#2579) (diff)
downloadgotosocial-b614d33c408b4910ace29567b7c27b45a528a2b4.tar.xz
[feature] Try HTTP signature validation with and without query params for incoming requests (#2591)
* [feature] Verify signatures both with + without query params * Bump to tagged version
Diffstat (limited to 'internal/federation/federatingprotocol_test.go')
-rw-r--r--internal/federation/federatingprotocol_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/federatingprotocol_test.go b/internal/federation/federatingprotocol_test.go
index 7a8343048..999569c85 100644
--- a/internal/federation/federatingprotocol_test.go
+++ b/internal/federation/federatingprotocol_test.go
@@ -27,12 +27,12 @@ import (
"net/url"
"testing"
- "github.com/go-fed/httpsig"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/ap"
"github.com/superseriousbusiness/gotosocial/internal/gtscontext"
"github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
"github.com/superseriousbusiness/gotosocial/testrig"
+ "github.com/superseriousbusiness/httpsig"
)
type FederatingProtocolTestSuite struct {