Skip to content
Snippets Groups Projects
Commit 26667681 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix tests

parent de2196b1
No related branches found
No related tags found
3 merge requests!53Release,!24Lesure/offline nodes,!15prevent hostpool from adding stale nodes
...@@ -94,6 +94,7 @@ func getNDF(face interface{}) *ndf.NetworkDefinition { ...@@ -94,6 +94,7 @@ func getNDF(face interface{}) *ndf.NetworkDefinition {
ID: nodeID.Bytes(), ID: nodeID.Bytes(),
Address: "", Address: "",
TlsCertificate: string(cert), TlsCertificate: string(cert),
Status: ndf.Active,
}, },
}, },
Gateways: []ndf.Gateway{ Gateways: []ndf.Gateway{
......
...@@ -100,6 +100,7 @@ func getNDF() *ndf.NetworkDefinition { ...@@ -100,6 +100,7 @@ func getNDF() *ndf.NetworkDefinition {
ID: nodeId.Marshal(), ID: nodeId.Marshal(),
Address: "0.0.0.0", Address: "0.0.0.0",
TlsCertificate: "", TlsCertificate: "",
Status: ndf.Active,
}, },
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment