Merge pull request #4919 from backstage/freben/master-built

fix master build error
This commit is contained in:
Fredrik Adelöw
2021-03-11 13:25:00 +01:00
committed by GitHub
+2 -2
View File
@@ -286,8 +286,8 @@ describe('Integration Test', () => {
components,
bindRoutes: ({ bind }) => {
bind(plugin1.externalRoutes, {
err: plugin1RouteRef,
errParams: plugin2RouteRef,
extRouteRef1: plugin1RouteRef,
extRouteRef2: plugin2RouteRef,
});
},
});