snatch-dev / Pactify

Contract testing tool for .NET Core.
MIT License
52 stars 10 forks source link

Interaction method case sensitivity #10

Open vedeja opened 5 years ago

vedeja commented 5 years ago

When using the verifier on some pact.json generated by another pact implementation, the method may not be all upper case. I am not sure if this is per specification or not but maybe it should be insensitive to the case.

https://github.com/GooRiOn/Pactify/blob/f75774707b3c7e2d8f30af49b97b107d05036203/src/Pactify/Verifiers/HttpInteractionVerifier.cs#L126

vedeja commented 5 years ago

@GooRiOn Can I offer you a pull request?

GooRiOn commented 5 years ago

@vedeja sure, go ahead :)

vedeja commented 5 years ago

@GooRiOn , I'm new at github contribution, but I think you need to give me permissions to push.

GooRiOn commented 4 years ago

@vedeja you need to do a pull request ;) Simply create a branch from master and once you finish, go to Pull Requests and create one