Testing runs now as expected

This commit is contained in:
zam 2025-04-03 14:19:47 +02:00
parent aa0c7fab21
commit 0a58bcc0ef
4 changed files with 13 additions and 26 deletions

View file

@ -26,7 +26,7 @@ type FederationHost struct {
}
// Factory function for FederationHost. Created struct is asserted to be valid.
func NewFederationHost(hostFqdn string, nodeInfo NodeInfo, port string, schema string) (FederationHost, error) {
func NewFederationHost(hostFqdn string, nodeInfo NodeInfo, port, schema string) (FederationHost, error) {
result := FederationHost{
HostFqdn: strings.ToLower(hostFqdn),
NodeInfo: nodeInfo,