Skip to content

Commit

Permalink
fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Hafez committed Jan 21, 2025
1 parent dd161a4 commit ba95bab
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions src/utils/config/__fixtures__/resolved-config-values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,7 @@ const mockResolvedConfigValues: LoadedConfigResolvedValues = {
COMPUTED: ['mock-computed'],
COMPUTED_WITH_ARG: ['mock-arg'],
DYNAMIC_WITH_ARG: 5,
CLUSTERS: [
{
clusterName: 'mock-cluster1',
grpc: {
serviceName: 'mock-service1',
peer: 'mock.localhost:7933',
},
},
{
clusterName: 'mock-cluster2',
grpc: {
serviceName: 'mock-service2',
peer: 'mock.localhost:7933',
},
},
],
CLUSTERS_PUBLIC: [
{
clusterName: 'mock-cluster1',
},
{
clusterName: 'mock-cluster2',
},
],
GRPC_PROTO_DIR_BASE_PATH: 'mock/path/to/grpc/proto',
GRPC_SERVICES_NAMES: 'mock-grpc-service-name',
};
export default mockResolvedConfigValues;

0 comments on commit ba95bab

Please sign in to comment.