Skip to content

Commit

Permalink
chore: path name to pact file not proto
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent 921285a commit 710abd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin-verifier.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('Plugin Verifier Integration Spec', () => {
],
logLevel: 'debug',
pactUrls: [
path.join(__dirname, 'integration', 'grpc', 'route_guide.proto'),
path.join(__dirname, 'integration', 'grpc', 'grpc.json'),
],
}).verify();

Expand Down

0 comments on commit 710abd1

Please sign in to comment.