1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

corrected not valid ipv6 format in test case

This commit is contained in:
Massimo Candela
2020-01-18 01:43:01 +01:00
parent a6fca53beb
commit 8f55e1ecff

View File

@@ -86,7 +86,7 @@ export default class ConnectorTest extends Connector{
{
data: {
announcements: [{
prefixes: ["2a00:5884:ffff:/48"],
prefixes: ["2a00:5884:ffff::/48"],
next_hop: "124.0.0.3"
}],
peer: "124.0.0.3",
@@ -157,7 +157,7 @@ export default class ConnectorTest extends Connector{
{
data: {
announcements: [{
prefixes: ["2a00:5884:ffff:/48"],
prefixes: ["2a00:5884:ffff::/48"],
next_hop: "124.0.0.3"
}],
peer: "124.0.0.3",
@@ -219,7 +219,7 @@ export default class ConnectorTest extends Connector{
},
{
data: {
withdrawals: ["2a00:5884:ffff:/48"],
withdrawals: ["2a00:5884:ffff::/48"],
peer: "124.0.0.2"
},
type: "ris_message"