mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 20:38:51 +08:00
updated createNode test
This commit is contained in:
parent
e40712063c
commit
d4fcfb4e38
1 changed files with 1 additions and 0 deletions
|
@ -521,6 +521,7 @@ func TestCreateNode(t *testing.T) {
|
|||
|
||||
var node models.Node
|
||||
node.AccessKey = key.Value
|
||||
node.Address = "10.200.200.1"
|
||||
node.MacAddress = "01:02:03:04:05:06"
|
||||
node.Name = "myNode"
|
||||
node.PublicKey = "DM5qhLAE20PG9BbfBCger+Ac9D2NDOwCtY1rbYDLf34="
|
||||
|
|
Loading…
Add table
Reference in a new issue