fix: change name to self priority router
diff --git a/cluster/router/self/factory_test.go b/cluster/router/self/factory_test.go
index 8c90cc6..1c74e79 100644
--- a/cluster/router/self/factory_test.go
+++ b/cluster/router/self/factory_test.go
@@ -69,6 +69,6 @@
 
 // nolint
 func TestSelfDiscRouteFactory(t *testing.T) {
-	factory := newSelfDiscRouteFactory()
+	factory := newSelfPriorityRouteFactory()
 	assert.NotNil(t, factory)
 }