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

Fix test

parent 5df2ad8a
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ func TestBMPServer(t *testing.T) {
return
}
aaaa := srv.GetRouter("10.0.255.1")
aaaa := srv.GetRouter("10.0.255.1").(*Router)
if aaaa == nil {
t.Errorf("Router AAAA not found")
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment