Skip to content

Commit

Permalink
fix(test): fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 17, 2024
1 parent 3330cb9 commit 7667f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"queuedJob": "handleQueuedJob"
}
},
"ordering": {
"ordering.resource": {
"topic": "io.restorecommerce.ordering.resource",
"events": {
"createOrders": "handleCreateOrders",
Expand Down
2 changes: 0 additions & 2 deletions src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import { Logger } from 'winston';
import { BindConfig } from '@restorecommerce/chassis-srv/lib/microservice/transport/provider/grpc/index.js';
import { HealthDefinition } from '@restorecommerce/rc-grpc-clients/dist/generated-server/grpc/health/v1/health.js';
import { ServerReflectionService } from 'nice-grpc-server-reflection';
import { Fulfillment } from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/fulfillment.js';
import { Subject } from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/auth.js';
import { OrderingCommandInterface } from './command_interface.js';
import { initAuthZ } from '@restorecommerce/acs-client';

Expand Down

0 comments on commit 7667f2e

Please sign in to comment.