mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 04:09:29 +02:00
Testing runs now as expected
This commit is contained in:
parent
aa0c7fab21
commit
0a58bcc0ef
4 changed files with 13 additions and 26 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue