summaryrefslogtreecommitdiff
path: root/internal/ap/extractattachments_test.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-06-27 11:37:42 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-27 11:37:42 +0200
commitd98b6318ace5f8a00a6d1776be2e78782f7eb429 (patch)
treed10ce092258e0db0c57b063483fe4ca7e307ce46 /internal/ap/extractattachments_test.go
parent[chore]: Bump github.com/minio/minio-go/v7 from 7.0.56 to 7.0.58 (#1928) (diff)
downloadgotosocial-d98b6318ace5f8a00a6d1776be2e78782f7eb429.tar.xz
[bugfix] Use gtserror package for WrongType errs (#1930)
* [bugfix] Use gtserror package for WrongType errs * test
Diffstat (limited to 'internal/ap/extractattachments_test.go')
-rw-r--r--internal/ap/extractattachments_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ap/extractattachments_test.go b/internal/ap/extractattachments_test.go
index e3a40c7bb..3d5fc7e89 100644
--- a/internal/ap/extractattachments_test.go
+++ b/internal/ap/extractattachments_test.go
@@ -26,7 +26,7 @@ import (
)
type ExtractAttachmentsTestSuite struct {
- ExtractTestSuite
+ APTestSuite
}
func (suite *ExtractAttachmentsTestSuite) TestExtractAttachmentMissingURL() {