fix: e2e suite fails to build (stale server.New call) #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The e2e suite does not compile against master:
e2e/e2e_test.go:98callsserver.New(cfg)but the signature isNew(cfg *config.Config, version string).make e2efails with "not enough arguments in call to server.New". This blocks all e2e validation.