diff --git a/routingtable/filter/actions/as_path_prepend_action_test.go b/routingtable/filter/actions/as_path_prepend_action_test.go
index c2fa140896c1e99f5d6abe69b812ac2c2c595134..348116ccb33b7e067e7e50effa438b9eb0d42c3a 100644
--- a/routingtable/filter/actions/as_path_prepend_action_test.go
+++ b/routingtable/filter/actions/as_path_prepend_action_test.go
@@ -33,10 +33,10 @@ func TestAppendPath(t *testing.T) {
 			name:  "append 3",
 			times: 3,
 			bgpPath: &route.BGPPath{
-				ASPath:    "12345 12345",
+				ASPath:    "12345 15169",
 				ASPathLen: 2,
 			},
-			expectedPath:   "12345 12345 12345 12345 12345",
+			expectedPath:   "12345 12345 12345 12345 15169",
 			expectedLength: 5,
 		},
 	}