mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 00:45:20 +08:00
update ipv6 test
This commit is contained in:
parent
0dcc54dc49
commit
d24ed73986
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ func TestIpv6Network(t *testing.T) {
|
|||
nodeErr := logic.CreateNode(&node1)
|
||||
t.Run("Test node on network IPv6", func(t *testing.T) {
|
||||
assert.Nil(t, nodeErr)
|
||||
assert.Equal(t, "fde6:be04:fa5e:d076::", node1.Address6)
|
||||
assert.Equal(t, "fde6:be04:fa5e:d076::1", node1.Address6)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue