You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: follow first redirect when fetching remote pact artifacts. (pact-foundation#80)
When a pact artifact is fetched remotely, the method in Pact::PactFile
that facilitates this will now follow a single redirect response. If
the second request results in anything but a 200 response, an error
will be raised.
0 commit comments