Skip to content

Commit

Permalink
test: fix sync stream rotue
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jul 20, 2024
1 parent 72d55c6 commit 1b53314
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/backend-apisix/e2e/sync-and-dump-1.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,12 @@ describe('Sync and Dump - 1', () => {
it('Create resources', async () =>
syncEvents(backend, [
createEvent(ADCSDK.ResourceType.SERVICE, serviceName, service),
createEvent(ADCSDK.ResourceType.ROUTE, route1Name, route1, serviceName),
createEvent(
ADCSDK.ResourceType.STREAM_ROUTE,
route1Name,
route1,
serviceName,
),
]));

it('Dump', async () => {
Expand Down

0 comments on commit 1b53314

Please sign in to comment.