vikunja/pkg/modules/migration/todoist
kolaente 8db4ba8a26 test(todoist): serve attachment from local test server
The test previously fetched the attachment from https://vikunja.io/testimage.jpg,
which caused flaky failures in CI when the external host was unreachable
(context deadline exceeded). Serve the local testimage.jpg via httptest and
temporarily allow non-routable IPs for the SSRF-safe client so the test is
hermetic and deterministic.
2026-04-09 16:22:56 +00:00
..
main_test.go refactor: remove environment variable requirements for go test 2026-02-17 18:01:05 +01:00
todoist.go refactor(files): derive attachment size from content in sibling callers 2026-04-09 16:22:56 +00:00
todoist_test.go test(todoist): serve attachment from local test server 2026-04-09 16:22:56 +00:00