```1) Verifying a pact between module-card and mod...
# pact-go
r
Copy code
1) Verifying a pact between module-card and module-secure - Secure Module - GetSecureDetails - Verification failed with an error - Failed to verify the request: transport error


There were 1 pact failures

=== RUN   TestGrpcProvider/Provider_pact_verification
    plugin_verifier.go:56: the verifier failed to successfully verify the pacts, this indicates an issue with the provider API
=== CONT  TestGrpcProvider
    get_card_secure_details_test.go:129: 
                Error Trace:    get_card_secure_details_test.go:129
                Error:          Received unexpected error:
                                the verifier failed to successfully verify the pacts, this indicates an issue with the provider API
                Test:           TestGrpcProvider
    controller.go:269: missing call(s) to *mock_pb.MockHsmModuleServiceClient.DecryptPin(is anything, is equal to pinBlock:"567891234567"  pan:"1234567891234567"  keyGroup:"visa" (*modulehsm.DecryptPinRequest)) /home/robert/go/src/gitlab.elona.com/elona/dev/rosi/module/secure/pact_tests/provider_tests/get_card_secure_details_test.go:81
    controller.go:269: aborting test due to missing call(s)
--- FAIL: TestGrpcProvider (10.51s)
    --- FAIL: TestGrpcProvider/Provider_pact_verification (0.00s)
FAIL