fix: e2e suite fails to build (stale server.New call) #80

Closed
opened 2026-07-02 00:23:34 +10:00 by unkinben · 0 comments
Owner

The e2e suite does not compile against master: e2e/e2e_test.go:98 calls server.New(cfg) but the signature is New(cfg *config.Config, version string). make e2e fails with "not enough arguments in call to server.New". This blocks all e2e validation.

The e2e suite does not compile against master: `e2e/e2e_test.go:98` calls `server.New(cfg)` but the signature is `New(cfg *config.Config, version string)`. `make e2e` fails with "not enough arguments in call to server.New". This blocks all e2e validation.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/artifactapi#80