3
0

Fix API gw route tests

This commit is contained in:
Tomaž Jerman
2022-10-13 09:53:11 +02:00
parent e90fe42ceb
commit 269cdb1ba1

View File

@@ -72,7 +72,7 @@ func testApigwRoutes(t *testing.T, s store.ApigwRoutes) {
new,
))
set, _, err := s.SearchApigwRoutes(ctx, types.ApigwRouteFilter{Query: "fo"})
set, _, err := s.SearchApigwRoutes(ctx, types.ApigwRouteFilter{Endpoint: "/foo"})
req.NoError(err)
req.Len(set, 1)
})