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

Fix test

parent 5df2ad8a
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment