Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jul 20, 2024
1 parent a673477 commit f655389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 @@ -206,7 +206,7 @@ describe('Sync and Dump - 1', () => {

it('Delete stream route', async () =>
syncEvents(backend, [
deleteEvent(ADCSDK.ResourceType.ROUTE, route1Name, serviceName),
deleteEvent(ADCSDK.ResourceType.STREAM_ROUTE, route1Name, serviceName),
]));

it('Dump again (non-route)', async () => {
Expand Down

0 comments on commit f655389

Please sign in to comment.