Skip to content
Snippets Groups Projects
Commit f110547b authored by Oliver Herms's avatar Oliver Herms
Browse files

Fix test

parent 44c6dff1
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ func TestBGPPathFromProtoBGPPath(t *testing.T) {
ClusterList: &types.ClusterList{999, 199},
}
result := BGPPathFromProtoBGPPath(input)
result := BGPPathFromProtoBGPPath(input, false)
assert.Equal(t, expected, result)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment