diff options
Diffstat (limited to 'internal')
| -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) |
