Alejandro Ramos
10/13/2023, 5:57 AMgetAllRoutes()
function doesn’t account for duplicate routes (It ignores duplicates and only gets it as one). As a result, I’m seeking guidance on potential workarounds to write this test.
Sorry for bothering, any assistance would be appreciated!!Alejandro Ramos
10/13/2023, 5:57 AMAleksei Tirman [JB]
10/13/2023, 6:04 AMgetAllRoutes
function should return all routes. What do you mean by duplicated endpoints?Aleksei Tirman [JB]
10/13/2023, 6:09 AMgetAllRoutes
works as expected but when you add a route with an existing selector it doesn't get appended. So in the runtime, there are no routes with the duplicated selectors.Alejandro Ramos
10/13/2023, 6:25 AMJohann Pardanaud
10/13/2023, 6:40 AMAlejandro Ramos
10/13/2023, 6:58 AMJohann Pardanaud
10/13/2023, 7:00 AMDominik Sandjaja
10/13/2023, 4:49 PM