diff options
| author | 2025-04-27 11:22:35 +0000 | |
|---|---|---|
| committer | 2025-04-27 11:22:35 +0000 | |
| commit | 5bfccdad3c3f7cd768992e63e6f7fcc4298a9e64 (patch) | |
| tree | 716063de33340eab68538cb0c8f883b23155b0c2 /internal/media/manager_test.go | |
| parent | [chore] Fix daenney being bad at sed (#4060) (diff) | |
| download | gotosocial-5bfccdad3c3f7cd768992e63e6f7fcc4298a9e64.tar.xz | |
[chore] add woodpecker ci/cd pipelines (#4061)
Removes our now unused drone stuff and adds pipelines for our new woodpecker instance.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4061
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'internal/media/manager_test.go')
| -rw-r--r-- | internal/media/manager_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go index 8497c1c9e..4988c2485 100644 --- a/internal/media/manager_test.go +++ b/internal/media/manager_test.go @@ -859,7 +859,7 @@ func (suite *ManagerTestSuite) TestSimpleJpegProcessWithDiskStorage() { accountID := "01FS1X72SK9ZPW0J1QQ68BD264" - temp := fmt.Sprintf("./%s/gotosocial-test", os.TempDir()) + temp := fmt.Sprintf("%s/gotosocial-test", os.TempDir()) defer os.RemoveAll(temp) disk, err := disk.Open(temp, nil) |
